Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp450 auto targetInst = user.GetInst(); in FixUsagePhiInBB() local
468 auto targetInst = user.GetInst(); in FixUsageInstInOtherBB() local
579 void SaveStateBridgesBuilder::ProcessSSUserPreds(Graph *graph, Inst *inst, Inst *targetInst) in ProcessSSUserPreds()
594 auto targetInst = user.GetInst(); in FixInstUsageInSS() local
Dinst.h2856 void CloneTypes(ArenaAllocator *allocator, InputTypesMixin<T> *targetInst) const in CloneTypes()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp777 auto targetInst = std::get<Inst *>(inst); in Materialize() local