Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst()
Dgraph.cpp736 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst()
Dbasicblock.cpp1144 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst) in ReplaceInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2724 bool Peepholes::CreateCompareInsteadOfXorAdd(Inst *oldInst) in CreateCompareInsteadOfXorAdd()