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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h50 /// getExitingBlock - If getExitingBlocks would return exactly one block,
53 BlockT *LoopBase<BlockT, LoopT>::getExitingBlock() const { function in class:llvm::LoopBase
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp155 BasicBlock *Region::getExitingBlock() const { function in class:Region
178 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock();

Completed in 69 milliseconds