Home
last modified time | relevance | path

Searched refs:setDest (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp717 auto setDest = [](BasicBlock *Src, BasicBlock *Dest, BasicBlock *BlockInLoop, in UnrollLoop() local
780 setDest(Latches[i], Dest, Headers[i], NeedConditional, ContinueOnTrue, in UnrollLoop()
810 setDest(ExitingBlocks[i], ExitingSucc[i], ExitingSucc[i], NeedConditional, in UnrollLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp83 Updater.setDest(&I.LR); in updateFromLiveIns()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h961 void setDest(LiveRange *lr) { in setDest() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h628 void setDest(Value *Ptr) { in setDest() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp649 EarlierIntrinsic->setDest(NewDestGEP); in tryToShorten()
H A DSROA.cpp2787 II.setDest(getNewAllocaSlicePtr(IRB, OldPtr->getType())); in visitMemSetInst()
2924 II.setDest(AdjustedPtr); in visitMemTransferInst()