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 396 SmallVector<BasicBlock*, 2> NewBBs;
398 ".split-lp", PP, NewBBs);
399 PreheaderBB = NewBBs[0];
433 SmallVector<BasicBlock*, 2> NewBBs;
437 this, NewBBs);
438 NewExitBB = NewBBs[0];
BreakCriticalEdges.cpp 351 SmallVector<BasicBlock*, 8> NewBBs;
354 P, NewBBs);
356 createPHIsForSplitLoopExit(Preds, NewBBs[0], Exit);
LoopUnrollRuntime.cpp 119 SmallVector<BasicBlock*, 2> NewBBs;
121 P, NewBBs);
BasicBlockUtils.cpp 484 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
496 SmallVectorImpl<BasicBlock*> &NewBBs) {
504 NewBBs.push_back(NewBB1);
544 NewBBs.push_back(NewBB2);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 165 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
175 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 768 SmallVector<BasicBlock*, 2> NewBBs;
770 this, NewBBs);
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 68 milliseconds