Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h345 bool isProfitableRegion(DetectionContext &Context) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp375 if (isProfitableRegion(DC)) { in detect()
1694 bool ScopDetection::isProfitableRegion(DetectionContext &Context) const { in isProfitableRegion() function in ScopDetection