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
453 auto prevInst = runtimeCallInst->GetPrev(); in CheckStoreAcc() local
475 auto prevInst = runtimeCallInst->GetPrev(); in CheckStoreAccTag() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dgraph_analyzer.cpp287 void FindLdaStr(const panda::compiler::Inst *prevInst, const panda::compiler::Inst *&outIns) in FindLdaStr()
307 const panda::compiler::Inst *prevInst = curInst->GetInput(targetIndex).GetInst(); in FillLdaStrInst() local
322 void FindDefineInst(const panda::compiler::Inst *prevInst, const panda::compiler::Inst *&outIns) in FindDefineInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp61 auto prevInst = prevBlock->GetLastInst(); in HandlePrevInstruction() local