Searched refs:NewRet (Results 1 – 3 of 3) sorted by relevance
318 auto NewRet = Ret->clone(); in versionCallSiteWithCond() local320 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()321 NewRet->insertBefore(ThenTerm); in versionCallSiteWithCond()
1555 Instruction *NewRet = RI->clone(); in FoldReturnIntoUncondBranch() local1556 NewRet->insertInto(Pred, Pred->end()); in FoldReturnIntoUncondBranch()1560 for (Use &Op : NewRet->operands()) { in FoldReturnIntoUncondBranch()1568 NewBC->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch()1580 NewEV->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch()1605 return cast<ReturnInst>(NewRet); in FoldReturnIntoUncondBranch()
1071 auto *NewRet = in removeDeadStuffFromFunction() local1073 NewRet->setDebugLoc(RI->getDebugLoc()); in removeDeadStuffFromFunction()