Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlower_boxed_boolean.cpp275 void LowerBoxedBoolean::SetInstReplacement(Inst *oldInst, Inst *newInst) in SetInstReplacement()
Dpeepholes.cpp2776 bool Peepholes::CreateCompareInsteadOfXorAdd(Inst *oldInst) in CreateCompareInsteadOfXorAdd()
/arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/
Dbranch_eliminator.cpp197 void BranchEliminator::ReplaceUsers(AbckitInst *oldInst, AbckitInst *newInst) in ReplaceUsers()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp157 void ReplaceUsers(const abckit::Instruction &oldInst, const abckit::Instruction &newInst) in ReplaceUsers()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp747 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst()
Dinst.cpp739 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst()
Dbasicblock.cpp1155 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst) in ReplaceInst()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp214 void ReplaceUsers(AbckitInst *oldInst, AbckitInst *newInst) in ReplaceUsers()