Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h244 auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header); in isLoopLatch() local
246 return std::find(PredBegin, PredEnd, BB) != PredEnd; in isLoopLatch()