Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h261 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() local
263 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()