Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp86 bool IsLoopNestPtrValid = false; in runWithLoopNestPasses() local
105 if (!IsLoopNestPtrValid || U.isLoopNestChanged()) { in runWithLoopNestPasses()
109 IsLoopNestPtrValid = true; in runWithLoopNestPasses()
137 IsLoopNestPtrValid &= PassPA->getChecker<LoopNestAnalysis>().preserved(); in runWithLoopNestPasses()