Searched defs:getLoopLatch (Results 1 - 2 of 2) 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>";
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DLoopInfo.h315 /// getLoopLatch - If there is a single latch block for this loop, return it.
317 BlockT *getLoopLatch() const { function in class:llvm::LoopBase
506 if (BB == getLoopLatch()) OS << "<latch>";

Completed in 147 milliseconds