Searched refs:setDest (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 717 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 D | LiveRangeCalc.cpp | 83 Updater.setDest(&I.LR); in updateFromLiveIns()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 961 void setDest(LiveRange *lr) { in setDest() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 628 void setDest(Value *Ptr) { in setDest() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 649 EarlierIntrinsic->setDest(NewDestGEP); in tryToShorten()
|
| H A D | SROA.cpp | 2787 II.setDest(getNewAllocaSlicePtr(IRB, OldPtr->getType())); in visitMemSetInst() 2924 II.setDest(AdjustedPtr); in visitMemTransferInst()
|