Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h221 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() local
223 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()