Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h500 bool canUseISLTripCount(Loop *L, DetectionContext &Context);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1280 bool ScopDetection::canUseISLTripCount(Loop *L, DetectionContext &Context) { in canUseISLTripCount() function in ScopDetection
1340 if (canUseISLTripCount(L, Context)) in isValidLoop()