Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1563 bool RegionIsValid = false; in findScops() local
1567 RegionIsValid = isValidRegion(Context); in findScops()
1569 bool HasErrors = !RegionIsValid || Context.Log.size() > 0; in findScops()