Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp321 auto NewRet = Ret->clone(); in versionCallSite() local
323 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSite()
324 NewRet->insertBefore(ThenTerm); in versionCallSite()
H A DBasicBlockUtils.cpp1420 Instruction *NewRet = RI->clone(); in FoldReturnIntoUncondBranch() local
1421 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp1057 auto *NewRet = ReturnInst::Create(F->getContext(), RetVal, RI); in removeDeadStuffFromFunction() local
1058 NewRet->setDebugLoc(RI->getDebugLoc()); in removeDeadStuffFromFunction()