Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp107 StringRef PatStr = Original.substr(FirstMeta); in apply() local
108 if (!PatStr.empty()) { in apply()
110 std::string pat = PatStr; in apply()