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 114 L->getExitBlocks(ExitBlocks);
128 L->getExitBlocks(ExitBlocks);
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 160 SuccLoop->getExitBlocks(SubLoopExitBlocks);
LICM.cpp 667 CurLoop->getExitBlocks(ExitBlocks);
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 59 /// getExitBlocks - Return all of the successor blocks of this loop. These
64 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const {
75 /// getExitBlock - If getExitBlocks would return exactly one block,
80 getExitBlocks(ExitBlocks);
230 getExitBlocks(ExitBBs);
LoopInfo.h 199 /// getExitBlocks - Return all of the successor blocks of this loop. These
202 void getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const;
204 /// getExitBlock - If getExitBlocks would return exactly one block,
  /external/llvm/lib/Analysis/
CFG.cpp 163 Outer->getExitBlocks(Worklist);
LoopInfo.cpp 337 getExitBlocks(ExitBlocks);
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 188 L.getExitBlocks(ExitBlocks);
LoopSimplify.cpp 557 L->getExitBlocks(ExitBlocks);
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 372 CurLoop->getExitBlocks(ExitBlocks);
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]

Completed in 2676 milliseconds