Class ExternalCall¶
-
class
ExternalCall: public Instruction¶ Public Functions
-
ExternalCall(const std::string &callee_name, const Type ret_type, 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¶
-