Home
last modified time | relevance | path

Searched refs:GetInputInsts (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp527 Inst def_method_input0 = inst.GetInputInsts()[0]; in ExtractClassAndFunctionInfo()
528 Inst ld_obj_input0 = def_method_input0.GetInputInsts()[0]; in ExtractClassAndFunctionInfo()
558 Inst def_class_input1 = inst.GetInputInsts()[0]; in ExtractClassInheritInfo()
730 Inst st_module_input0 = inst.GetInputInsts()[0]; in ExtractClassAndFunctionExportList()
788 Inst newobj_input0 = inst.GetInputInsts()[0]; in ResolveInstCommon()
794 Inst ld_obj_input0 = inst.GetInputInsts()[0]; in ResolveInstCommon()
810 Inst stlex_input0 = inst.GetInputInsts()[0]; in ResolveInstCommon()
862 Inst stglobal_input0 = inst.GetInputInsts()[0]; in ResolveInstCommon()
867 Inst phi_input0 = inst.GetInputInsts()[0]; in ResolveInstCommon()
975 Inst call_input0 = call_inst.GetInputInsts()[func_obj_idx]; in ResolveCallInstCommon()
Dgraph.cpp89 std::vector<Inst> Inst::GetInputInsts() const in GetInputInsts() function in panda::defect_scan_aux::Inst
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dgraph.h49 std::vector<Inst> GetInputInsts() const;
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp542 auto call_inst0_ins = call_inst0.GetInputInsts(); in main()
561 auto call_inst1_ins = call_inst1.GetInputInsts(); in main()
571 auto phi_inst_ins = phi_inst.GetInputInsts(); in main()
583 auto add2_inst_ins = phi_inst_in1.GetInputInsts(); in main()