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

  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 110 L->getExitBlocks(ExitBlocks);
124 L->getExitBlocks(ExitBlocks);
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 145 SuccLoop->getExitBlocks(SubLoopExitBlocks);
LoopRotation.cpp 275 L->getExitBlocks(ExitBlocks);
LICM.cpp 614 CurLoop->getExitBlocks(ExitBlocks);
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 123 L->getExitBlocks(ExitBlocks);
BreakCriticalEdges.cpp 348 TIL->getExitBlocks(ExitBlocks);
LoopSimplify.cpp 216 L->getExitBlocks(ExitBlocks);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 212 /// getExitBlocks - Return all of the successor blocks of this loop. These
215 void getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
231 /// getExitBlock - If getExitBlocks would return exactly one block,
235 getExitBlocks(ExitBlocks);
420 getExitBlocks(ExitBBs);
    [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 228 getExitBlocks(ExitBlocks);
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 652 LP->getExitBlocks(exitBlocks);
    [all...]
MachineLICM.cpp 368 CurLoop->getExitBlocks(ExitBlocks);
    [all...]

Completed in 428 milliseconds