Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h323 bool hasSufficientCompute(DetectionContext &Context,
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1658 bool ScopDetection::hasSufficientCompute(DetectionContext &Context, in hasSufficientCompute() function in ScopDetection
1724 if (NumAffineLoops == 1 && hasSufficientCompute(Context, NumLoops)) in isProfitableRegion()