Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h332 bool isProfitableRegion(DetectionContext &Context) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp362 if (isProfitableRegion(DC)) { in ScopDetection()
1606 bool ScopDetection::isProfitableRegion(DetectionContext &Context) const { in isProfitableRegion() function in ScopDetection