Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h335 bool hasPossiblyDistributableLoop(DetectionContext &Context) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1674 bool ScopDetection::hasPossiblyDistributableLoop( in hasPossiblyDistributableLoop() function in ScopDetection
1715 if (NumAffineLoops == 1 && hasPossiblyDistributableLoop(Context)) in isProfitableRegion()