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

  /external/llvm/lib/CodeGen/
MachineDominators.cpp 40 NewBBs.clear();
98 if (NewBBs.count(PredBB)) {
125 NewBBs.clear();
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 56 /// 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;
236 bool Inserted = NewBBs.insert(NewBB).second;
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 246 SmallVector<BasicBlock*, 2> NewBBs;
247 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", NewBBs);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 219 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
229 SmallVectorImpl<BasicBlock *> &NewBBs,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 485 SmallVector<BasicBlock*, 2> NewBBs;
488 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT,
490 return NewBBs[0];
537 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
548 SmallVectorImpl<BasicBlock *> &NewBBs,
558 NewBBs.push_back(NewBB1);
599 NewBBs.push_back(NewBB2);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 4369 milliseconds