Searched defs:oldInst (Results 1 – 7 of 7) sorted by relevance
197 void BranchEliminator::ReplaceUsers(AbckitInst *oldInst, AbckitInst *newInst) in ReplaceUsers()
157 void ReplaceUsers(const abckit::Instruction &oldInst, const abckit::Instruction &newInst) in ReplaceUsers()
742 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst()
717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst()
1148 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst) in ReplaceInst()
214 void ReplaceUsers(AbckitInst *oldInst, AbckitInst *newInst) in ReplaceUsers()
2734 bool Peepholes::CreateCompareInsteadOfXorAdd(Inst *oldInst) in CreateCompareInsteadOfXorAdd()