Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1475 bool RegionIsValid = false; in findScops() local
1479 RegionIsValid = isValidRegion(Context); in findScops()
1481 bool HasErrors = !RegionIsValid || Context.Log.size() > 0; in findScops()