Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h227 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() local
229 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()