Searched refs:NewRet (Results 1 – 3 of 3) sorted by relevance
320 auto NewRet = Ret->clone(); in versionCallSiteWithCond() local322 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()323 NewRet->insertBefore(ThenTerm->getIterator()); in versionCallSiteWithCond()
1415 Instruction *NewRet = RI->clone(); in FoldReturnIntoUncondBranch() local1416 NewRet->insertInto(Pred, Pred->end()); in FoldReturnIntoUncondBranch()1420 for (Use &Op : NewRet->operands()) { in FoldReturnIntoUncondBranch()1428 NewBC->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch()1440 NewEV->insertInto(Pred, NewRet->getIterator()); in FoldReturnIntoUncondBranch()1465 return cast<ReturnInst>(NewRet); in FoldReturnIntoUncondBranch()
1076 auto *NewRet = in removeDeadStuffFromFunction() local1078 NewRet->setDebugLoc(RI->getDebugLoc()); in removeDeadStuffFromFunction()