Class ReturnEarly

class ReturnEarly : public Instruction

Public Functions

ReturnEarly(const Value *cond, const std::string &label)
ReturnEarly(const Value *cond, const Value *error_code, const std::string &label)
const Value *cond() const
const Value *error_code() const
void run(ReductionInterpreterImpl *interpreter)

Private Members

const Value *cond_
const Value *error_code_