Home
last modified time | relevance | path

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

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