Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp267 bool HasLivePreds = false; in canProveExitOnFirstIteration() local
268 (void)HasLivePreds; in canProveExitOnFirstIteration()
274 HasLivePreds = true; in canProveExitOnFirstIteration()
286 assert(HasLivePreds && "No live predecessors?"); in canProveExitOnFirstIteration()