Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Ddangling_pointers_checker.cpp269 auto prevInst = runtimeCallInst->GetPrev(); in GetLastAccDefinition() local
452 auto prevInst = runtimeCallInst->GetPrev(); in CheckStoreAcc() local
474 auto prevInst = runtimeCallInst->GetPrev(); in CheckStoreAccTag() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp61 auto prevInst = prevBlock->GetLastInst(); in HandlePrevInstruction() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp388 BytecodeInstruction prevInst {nullptr}; member