Home
last modified time | relevance | path

Searched defs:defInst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp194 auto defInst = predDefs[vreg]; in UpdateDefsForLoopHead() local
562 auto defInst = (*currentDefs_)[regIdx]; in CreateSaveState() local
569 auto defInst = (*currentDefs_)[regIdx]; in CreateSaveState() local
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn.cpp63 auto defInst = predDefs[vreg]; in UpdateDefsForLoopHead() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/inst_manipulation/
Dinst_manipulation.cpp1071 auto defInst = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_DEFINEFUNC); in TEST_F() local