Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h492 static bool isValidFunction(Function &F);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp359 if (!isValidFunction(F)) in detect()
1786 bool ScopDetection::isValidFunction(Function &F) { in isValidFunction() function in ScopDetection