Searched refs:PredBegin (Results 1 – 2 of 2) sorted by relevance
227 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() local229 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()
244 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() local246 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()