Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h310 SmallVector<BlockT *, 2> OutsideLoopPreds; in verifyLoop() local
315 OutsideLoopPreds.push_back(B); in verifyLoop()
319 assert(!OutsideLoopPreds.empty() && "Loop is unreachable!"); in verifyLoop()
320 } else if (!OutsideLoopPreds.empty()) { in verifyLoop()
326 for (unsigned i = 0, e = OutsideLoopPreds.size(); i != e; ++i) in verifyLoop()
327 assert(CB != OutsideLoopPreds[i] && in verifyLoop()