Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
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()