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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 185 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
195 Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 239 SmallVector<BasicBlock*, 2> NewBBs;
240 SplitLandingPadPredecessors(LPad, Parent, ".1", ".2", 0, NewBBs);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 503 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
515 SmallVectorImpl<BasicBlock*> &NewBBs) {
523 NewBBs.push_back(NewBB1);
563 NewBBs.push_back(NewBB2);
LoopSimplify.cpp 416 SmallVector<BasicBlock*, 2> NewBBs;
420 this, NewBBs);
421 NewExitBB = NewBBs[0];
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 162 SmallVector<BasicBlock*, 2> NewBBs;
164 ".1", ".2", this, NewBBs);
168 BasicBlock *LPad = NewBBs[0];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 571 SmallVector<BasicBlock*, 2> NewBBs;
573 this, NewBBs);
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 263 milliseconds