Home
last modified time | relevance | path

Searched refs:getExitBlockHelper (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h77 std::pair<BlockT *, bool> getExitBlockHelper(const LoopBase<BlockT, LoopT> *L, in getExitBlockHelper() function
96 auto RC = getExitBlockHelper(this, false); in hasNoExitBlocks()
108 return getExitBlockHelper(this, false).first; in getExitBlock()
159 return getExitBlockHelper(this, true).first; in getUniqueExitBlock()