Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp320 static bool doesStringMatchAnyRegex(StringRef Str, in doesStringMatchAnyRegex() function
353 !doesStringMatchAnyRegex(F.getName(), OnlyFunctions)) in detect()
356 if (doesStringMatchAnyRegex(F.getName(), IgnoredFunctions)) in detect()