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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h153 /// getLoopLatch - If there is a single latch block for this loop, return it.
156 BlockT *LoopBase<BlockT, LoopT>::getLoopLatch() const { function in class:llvm::LoopBase
328 if (BB == getLoopLatch()) OS << "<latch>";

Completed in 276 milliseconds