Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h472 bool isValidLoop(Loop *L, DetectionContext &Context) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1279 bool ScopDetection::isValidLoop(Loop *L, DetectionContext &Context) const { in isValidLoop() function in ScopDetection
1534 if (!isValidLoop(L, Context) && !KeepGoing) in allBlocksValid()