Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp56 SmallVector<Regex, 4> RegexList; in apply() local
69 RegexList.push_back(Regex(pat)); in apply()
72 for (auto &R : RegexList) { in apply()
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp314 const cl::list<std::string> &RegexList) { in doesStringMatchAnyRegex() argument
315 for (auto RegexStr : RegexList) { in doesStringMatchAnyRegex()