Class Call¶
-
class
Call: public Instruction¶ Public Functions
-
Call(const Function *callee, const std::vector<const Value *> &arguments, const std::string &label)¶
-
Call(const std::string &callee_name, const std::vector<const Value *> &arguments, const std::string &label)¶
-
Call(const std::string &callee_name, const Type returnType, const std::vector<const Value *> &arguments, const std::string &label)¶
-
bool
external() const¶
-
const std::string &
callee_name() const¶
-
void
run(ReductionInterpreterImpl *interpreter)¶
-
void *
cached_callee() const¶
-
void
set_cached_callee(void *cached_callee) const¶
-