Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp254 bool HasLivePreds = false; in canProveExitOnFirstIteration() local
255 (void)HasLivePreds; in canProveExitOnFirstIteration()
261 HasLivePreds = true; in canProveExitOnFirstIteration()
273 assert(HasLivePreds && "No live predecessors?"); in canProveExitOnFirstIteration()