HomeSort by relevance Sort by last modified time
    Searched refs:NewBBs (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 388 SmallVector<BasicBlock*, 2> NewBBs;
390 ".split-lp", this, NewBBs);
391 PreheaderBB = NewBBs[0];
425 SmallVector<BasicBlock*, 2> NewBBs;
429 this, NewBBs);
430 NewExitBB = NewBBs[0];
BreakCriticalEdges.cpp 383 SmallVector<BasicBlock*, 8> NewBBs;
386 P, NewBBs);
388 createPHIsForSplitLoopExit(Preds, NewBBs[0], Exit);
LoopUnrollRuntime.cpp 119 SmallVector<BasicBlock*, 2> NewBBs;
121 P, NewBBs);
BasicBlockUtils.cpp 499 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
511 SmallVectorImpl<BasicBlock*> &NewBBs) {
519 NewBBs.push_back(NewBB1);
559 NewBBs.push_back(NewBB2);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 186 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
196 Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 240 SmallVector<BasicBlock*, 2> NewBBs;
241 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", 0, NewBBs);
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 755 SmallVector<BasicBlock*, 2> NewBBs;
757 this, NewBBs);
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 133 milliseconds