Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h497 bool canUseISLTripCount(Loop *L, DetectionContext &Context) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1263 bool ScopDetection::canUseISLTripCount(Loop *L, in canUseISLTripCount() function in ScopDetection
1324 if (canUseISLTripCount(L, Context)) in isValidLoop()