HomeSort by: relevance | last modified time | path
    Searched refs:setDest (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 717 auto setDest = [](BasicBlock *Src, BasicBlock *Dest, BasicBlock *BlockInLoop,
780 setDest(Latches[i], Dest, Headers[i], NeedConditional, ContinueOnTrue,
810 setDest(ExitingBlocks[i], ExitingSucc[i], ExitingSucc[i], NeedConditional,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeCalc.cpp 83 Updater.setDest(&I.LR);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h 961 void setDest(LiveRange *lr) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 628 void setDest(Value *Ptr) {
630 "setDest called with pointer of wrong type!");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 649 EarlierIntrinsic->setDest(NewDestGEP);
SROA.cpp 2787 II.setDest(getNewAllocaSlicePtr(IRB, OldPtr->getType()));
2924 II.setDest(AdjustedPtr);

Completed in 24 milliseconds