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

/external/llvm/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);

Completed in 152 milliseconds