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

  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 240 SmallVector<BasicBlock*, 2> NewBBs;
241 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", 0, NewBBs);
  /external/llvm/lib/Transforms/Utils/
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);
LoopSimplify.cpp 395 SmallVector<BasicBlock*, 2> NewBBs;
397 ".split-lp", this, NewBBs);
398 PreheaderBB = NewBBs[0];
432 SmallVector<BasicBlock*, 2> NewBBs;
436 this, NewBBs);
437 NewExitBB = NewBBs[0];
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 767 SmallVector<BasicBlock*, 2> NewBBs;
769 this, NewBBs);
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 189 milliseconds