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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h29 /// getExitingBlocks - Return all blocks inside the loop that have successors
35 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const { function in class:llvm::LoopBase
48 /// getExitingBlock - If getExitingBlocks would return exactly one block,
53 getExitingBlocks(ExitingBlocks);

Completed in 202 milliseconds