Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp100 std::vector<StringInstrPair> StringInstrMap; in rescheduleLexographically() local
110 StringInstrMap.push_back({(i == std::string::npos) ? S : S.substr(i), II}); in rescheduleLexographically()
113 llvm::sort(StringInstrMap, in rescheduleLexographically()
118 for (auto &II : StringInstrMap) { in rescheduleLexographically()