Searched refs:getExitBlocks (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DLoopExtractor.cpp110 L->getExitBlocks(ExitBlocks);
124 L->getExitBlocks(ExitBlocks);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp145 SuccLoop->getExitBlocks(SubLoopExitBlocks);
H A DLICM.cpp642 CurLoop->getExitBlocks(ExitBlocks);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfoImpl.h61 /// getExitBlocks - Return all of the successor blocks of this loop. These
66 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const { function in class:llvm::LoopBase
82 /// getExitBlock - If getExitBlocks would return exactly one block,
87 getExitBlocks(ExitBlocks);
242 getExitBlocks(ExitBBs);
H A DLoopInfo.h198 /// getExitBlocks - Return all of the successor blocks of this loop. These
201 void getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const;
203 /// getExitBlock - If getExitBlocks would return exactly one block,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLCSSA.cpp123 L->getExitBlocks(ExitBlocks);
H A DBreakCriticalEdges.cpp351 TIL->getExitBlocks(ExitBlocks);
H A DLoopSimplify.cpp216 L->getExitBlocks(ExitBlocks);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLoopInfo.cpp233 getExitBlocks(ExitBlocks);
H A DScalarEvolution.cpp6651 L->getExitBlocks(ExitBlocks);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DShrinkWrapping.cpp652 LP->getExitBlocks(exitBlocks);
H A DMachineLICM.cpp368 CurLoop->getExitBlocks(ExitBlocks);

Completed in 106 milliseconds