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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h59 /// getExitBlocks - Return all of the successor blocks of this loop. These
64 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const { function in class:llvm::LoopBase
75 /// getExitBlock - If getExitBlocks would return exactly one block,
80 getExitBlocks(ExitBlocks);
230 getExitBlocks(ExitBBs);

Completed in 78 milliseconds