Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h260 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() local
262 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()