Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopGraphPrinter.cpp158 if (SD->isMaxRegionInScop(*R)) { in printRegionCluster()
DScopDetection.cpp403 bool ScopDetection::isMaxRegionInScop(const Region &R, bool Verify) const { in isMaxRegionInScop() function in ScopDetection
1843 assert(isMaxRegionInScop(R) && "Expect R is a valid region."); in verifyRegion()
DScopInfo.cpp2678 if (!SD.isMaxRegionInScop(*R)) in runOnRegion()
2743 if (!SD.isMaxRegionInScop(*R)) in recompute()
/external/llvm-project/polly/include/polly/
DScopPass.h236 if (!SD.isMaxRegionInScop(*R))
DScopDetection.h540 bool isMaxRegionInScop(const Region &R, bool Verify = true) const;