Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp114 static cl::list<std::string> OnlyFunctions( variable
352 if (!OnlyFunctions.empty() && in detect()
353 !doesStringMatchAnyRegex(F.getName(), OnlyFunctions)) in detect()