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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp82 // loop and `IsLoopNestPtrValid` indicates whether the pointer is still valid.
86 bool IsLoopNestPtrValid = false; local
105 if (!IsLoopNestPtrValid || U.isLoopNestChanged()) {
109 IsLoopNestPtrValid = true;
137 IsLoopNestPtrValid &= PassPA->getChecker<LoopNestAnalysis>().preserved();

Completed in 165 milliseconds