Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h310 bool allBlocksValid(DetectionContext &Context);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1499 if (!allBlocksValid(Context) || Context.Log.hasErrors()) { in expandRegion()
1615 bool ScopDetection::allBlocksValid(DetectionContext &Context) { in allBlocksValid() function in ScopDetection
1771 if (!allBlocksValid(Context)) in isValidRegion()