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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 166 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
176 Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 244 SmallVector<BasicBlock*, 2> NewBBs;
245 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", nullptr, NewBBs);
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 120 SmallVector<BasicBlock*, 2> NewBBs;
122 P, NewBBs);
LoopSimplify.cpp 137 SmallVector<BasicBlock*, 2> NewBBs;
139 ".split-lp", PP, NewBBs);
140 PreheaderBB = NewBBs[0];
175 SmallVector<BasicBlock*, 2> NewBBs;
179 PP, NewBBs);
180 NewExitBB = NewBBs[0];
    [all...]
BasicBlockUtils.cpp 508 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
520 SmallVectorImpl<BasicBlock*> &NewBBs) {
528 NewBBs.push_back(NewBB1);
568 NewBBs.push_back(NewBB2);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 762 SmallVector<BasicBlock*, 2> NewBBs;
764 this, NewBBs);
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 96 milliseconds