Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp270 bool HasLivePreds = false; in canProveExitOnFirstIteration() local
271 (void)HasLivePreds; in canProveExitOnFirstIteration()
277 HasLivePreds = true; in canProveExitOnFirstIteration()
289 assert(HasLivePreds && "No live predecessors?"); in canProveExitOnFirstIteration()