Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h475 bool isValidLoop(Loop *L, DetectionContext &Context);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1295 bool ScopDetection::isValidLoop(Loop *L, DetectionContext &Context) { in isValidLoop() function in ScopDetection
1622 if (!isValidLoop(L, Context) && !KeepGoing) in allBlocksValid()