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

  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 246 SmallVector<BasicBlock*, 2> NewBBs;
247 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", NewBBs);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 239 SmallVector<BasicBlock*, 2> NewBBs;
240 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", 0, NewBBs);
  /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;
238 bool Inserted = NewBBs.insert(NewBB).second;
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 427 SmallVector<BasicBlock*, 2> NewBBs;
430 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT,
432 return NewBBs[0];
477 SmallVectorImpl<BasicBlock *> &NewBBs,
487 NewBBs.push_back(NewBB1);
528 NewBBs.push_back(NewBB2);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 416 SmallVector<BasicBlock*, 2> NewBBs;
420 this, NewBBs);
421 NewExitBB = NewBBs[0];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 161 SmallVector<BasicBlock*, 2> NewBBs;
163 ".1", ".2", this, NewBBs);
167 BasicBlock *LPad = NewBBs[0];
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 571 SmallVector<BasicBlock*, 2> NewBBs;
573 this, NewBBs);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 724 milliseconds