Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp124 std::vector<StringInstrPair> StringInstrMap; in rescheduleLexographically() local
134 StringInstrMap.push_back({(i == std::string::npos) ? S : S.substr(i), II}); in rescheduleLexographically()
137 llvm::sort(StringInstrMap, in rescheduleLexographically()
142 for (auto &II : StringInstrMap) { in rescheduleLexographically()