Home
last modified time | relevance | path

Searched defs:targetInst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dgraph_analyzer.cpp296 const panda::compiler::Inst *targetInst = prevInst->GetInput(0).GetInst(); in FindLdaStr() local
308 const panda::compiler::Inst *targetInst = nullptr; in FillLdaStrInst() local
376 const compiler::Inst *targetInst = nullptr; in HandleDefineMethod() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp631 auto targetInst = user.GetInst(); in FixUsagePhiInBB() local
649 auto targetInst = user.GetInst(); in FixUsageInstInOtherBB() local
761 void SaveStateBridgesBuilder::ProcessSSUserPreds(Graph *graph, Inst *inst, Inst *targetInst) in ProcessSSUserPreds()
776 auto targetInst = user.GetInst(); in FixInstUsageInSS() local
Dinst.h2739 void CloneTypes(ArenaAllocator *allocator, InputTypesMixin<T> *targetInst) const in CloneTypes()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp937 auto targetInst = std::get<Inst *>(inst); in Materialize() local