Home
last modified time | relevance | path

Searched defs:call_inst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcall_input_types_test.cpp50 auto call_inst = GetCallInstruction(GetGraph()); in TEST_F() local
72 auto call_inst = GetCallInstruction(GetGraph()); in TEST_F() local
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dcallee_info.h27 …CalleeInfo(const Inst &call_inst, const Function *caller) : call_inst_(call_inst), caller_(caller)… in CalleeInfo()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h249 auto *call_inst = static_cast<CallInst *>(CurrentInst()); in InputsAutoType() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp967 std::unique_ptr<CalleeInfo> AbcFile::ResolveCallInstCommon(Function *func, const Inst &call_inst, in ResolveCallInstCommon()