Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp104 Optional<Regex> Regexpr = None; in apply() local
114 Regexpr = Regex(pat); in apply()
123 (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))) { in apply()
150 if (!Regexpr || Regexpr->match(InstName.substr(Prefix.size()))) { in apply()