Home
last modified time | relevance | path

Searched refs:NewRet (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp320 auto NewRet = Ret->clone(); in versionCallSiteWithCond() local
322 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()
323 NewRet->insertBefore(ThenTerm->getIterator()); in versionCallSiteWithCond()
H A DBasicBlockUtils.cpp1415 Instruction *NewRet = RI->clone(); in FoldReturnIntoUncondBranch() local
1416 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp1076 auto *NewRet = in removeDeadStuffFromFunction() local
1078 NewRet->setDebugLoc(RI->getDebugLoc()); in removeDeadStuffFromFunction()