Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp107 static cl::list<std::string> OnlyFunctions( variable
339 if (!OnlyFunctions.empty() && in ScopDetection()
340 !doesStringMatchAnyRegex(F.getName(), OnlyFunctions)) in ScopDetection()