Searched refs:NewBBs (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp396 SmallVector<BasicBlock*, 2> NewBBs; local
398 ".split-lp", PP, NewBBs);
399 PreheaderBB = NewBBs[0];
433 SmallVector<BasicBlock*, 2> NewBBs; local
437 this, NewBBs);
438 NewExitBB = NewBBs[0];
H A DBreakCriticalEdges.cpp348 SmallVector<BasicBlock*, 8> NewBBs; local
351 P, NewBBs);
353 createPHIsForSplitLoopExit(Preds, NewBBs[0], Exit);
H A DLoopUnrollRuntime.cpp119 SmallVector<BasicBlock*, 2> NewBBs; local
121 P, NewBBs);
H A DBasicBlockUtils.cpp487 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
499 SmallVectorImpl<BasicBlock*> &NewBBs) {
507 NewBBs.push_back(NewBB1);
547 NewBBs.push_back(NewBB2);
495 SplitLandingPadPredecessors(BasicBlock *OrigBB, ArrayRef<BasicBlock*> Preds, const char *Suffix1, const char *Suffix2, Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs) argument
/freebsd-10.2-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h165 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
175 Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp240 SmallVector<BasicBlock*, 2> NewBBs; local
241 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", 0, NewBBs);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp766 SmallVector<BasicBlock*, 2> NewBBs; local
768 this, NewBBs);
H A DLoopStrengthReduce.cpp4580 SmallVector<BasicBlock*, 2> NewBBs; local
4581 SplitLandingPadPredecessors(Parent, BB, "", "", P, NewBBs);
4582 NewBB = NewBBs[0];

Completed in 145 milliseconds