Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopGraphPrinter.cpp96 if (SD->isMaxRegionInScop(*R)) { in printRegionCluster()
H A DScopDetection.cpp416 bool ScopDetection::isMaxRegionInScop(const Region &R, bool Verify) { in isMaxRegionInScop() function in ScopDetection
1938 assert(isMaxRegionInScop(R) && "Expect R is a valid region."); in verifyRegion()
H A DScopInfo.cpp2593 if (!SD.isMaxRegionInScop(*R)) in runOnRegion()
2709 if (!SD.isMaxRegionInScop(*R)) in recompute()
/llvm-project-15.0.7/polly/include/polly/
H A DScopPass.h257 if (!SD.isMaxRegionInScop(*R, /*Verify=*/false))
H A DScopDetection.h545 bool isMaxRegionInScop(const Region &R, bool Verify = true);