Searched refs:NewRet (Results 1 – 3 of 3) sorted by relevance
321 auto NewRet = Ret->clone(); in versionCallSite() local323 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSite()324 NewRet->insertBefore(ThenTerm); in versionCallSite()
1420 Instruction *NewRet = RI->clone(); in FoldReturnIntoUncondBranch() local1421 NewRet->insertInto(Pred, Pred->end()); in FoldReturnIntoUncondBranch()1425 for (Use &Op : NewRet->operands()) { in FoldReturnIntoUncondBranch()1433 NewBC->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch()1445 NewEV->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch()1470 return cast<ReturnInst>(NewRet); in FoldReturnIntoUncondBranch()
1057 auto *NewRet = ReturnInst::Create(F->getContext(), RetVal, RI); in removeDeadStuffFromFunction() local1058 NewRet->setDebugLoc(RI->getDebugLoc()); in removeDeadStuffFromFunction()