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.cpp318 auto NewRet = Ret->clone(); in versionCallSiteWithCond() local
320 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()
321 NewRet->insertBefore(ThenTerm); in versionCallSiteWithCond()
H A DBasicBlockUtils.cpp1555 Instruction *NewRet = RI->clone(); in FoldReturnIntoUncondBranch() local
1556 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp1071 auto *NewRet = in removeDeadStuffFromFunction() local
1073 NewRet->setDebugLoc(RI->getDebugLoc()); in removeDeadStuffFromFunction()