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

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

Completed in 305 milliseconds