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

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

Completed in 386 milliseconds