Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h59 auto ExitEndIt = TmpStorage.begin() + NumExitBlocks; in getExitBlocks() local
60 if (std::find(TmpStorage.begin(), ExitEndIt, Succ) == ExitEndIt) in getExitBlocks()