Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp269 bool HasLivePreds = false; in canProveExitOnFirstIteration() local
270 (void)HasLivePreds; in canProveExitOnFirstIteration()
276 HasLivePreds = true; in canProveExitOnFirstIteration()
288 assert(HasLivePreds && "No live predecessors?"); in canProveExitOnFirstIteration()