Searched defs:NewBBs (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp244 SmallVector<BasicBlock*, 2> NewBBs; local
245 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", nullptr, NewBBs);
/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp120 SmallVector<BasicBlock*, 2> NewBBs; local
122 P, NewBBs);
H A DLoopSimplify.cpp137 SmallVector<BasicBlock*, 2> NewBBs; local
139 ".split-lp", PP, NewBBs);
140 PreheaderBB = NewBBs[0];
175 SmallVector<BasicBlock*, 2> NewBBs; local
179 PP, NewBBs);
180 NewExitBB = NewBBs[0];
H A DBasicBlockUtils.cpp508 /// 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);
516 SplitLandingPadPredecessors(BasicBlock *OrigBB, ArrayRef<BasicBlock*> Preds, const char *Suffix1, const char *Suffix2, Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs) argument
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp762 SmallVector<BasicBlock*, 2> NewBBs; local
764 this, NewBBs);
H A DLoopStrengthReduce.cpp4737 SmallVector<BasicBlock*, 2> NewBBs; local
4738 SplitLandingPadPredecessors(Parent, BB, "", "", P, NewBBs);
4739 NewBB = NewBBs[0];

Completed in 298 milliseconds