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

/external/llvm/lib/CodeGen/
H A DMachineDominators.cpp40 NewBBs.clear();
98 if (NewBBs.count(PredBB)) {
125 NewBBs.clear();
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h56 /// Invariant: NewBBs == all the basic blocks contained in the NewBB
58 /// I.e., forall elt in CriticalEdgesToSplit, it exists BB in NewBBs
60 mutable SmallSet<MachineBasicBlock *, 32> NewBBs; member in class:llvm::MachineDominatorTree
236 bool Inserted = NewBBs.insert(NewBB).second;
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp244 SmallVector<BasicBlock*, 2> NewBBs; local
245 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", NewBBs);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp480 SmallVector<BasicBlock*, 2> NewBBs; local
484 NewBBs, AA, DT, LI, PreserveLCSSA);
485 return NewBBs[0];
531 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
542 SmallVectorImpl<BasicBlock *> &NewBBs,
552 NewBBs.push_back(NewBB1);
592 NewBBs.push_back(NewBB2);
539 SplitLandingPadPredecessors(BasicBlock *OrigBB, ArrayRef<BasicBlock *> Preds, const char *Suffix1, const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs, AliasAnalysis *AA, DominatorTree *DT, LoopInfo *LI, bool PreserveLCSSA) argument
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h233 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
244 SmallVectorImpl<BasicBlock *> &NewBBs,
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4733 SmallVector<BasicBlock*, 2> NewBBs; local
4734 SplitLandingPadPredecessors(Parent, BB, "", "", NewBBs,
4736 NewBB = NewBBs[0];

Completed in 521 milliseconds