Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp192 auto currInst = user.GetInst(); in GetExplicitUser() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp866 auto currInst = currentBb->GetLastInst(); in FindInstBetween() local
897 auto currInst = inst->GetPrev(); in HasSaveStateBetween() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1615 Inst *Peepholes::CreateAndInsertInst(Opcode newOpc, Inst *currInst, Inst *input0, Inst *input1) in CreateAndInsertInst()