Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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.begin(), StringInstrMap.end(), in rescheduleLexographically()
142 for (auto &II : StringInstrMap) { in rescheduleLexographically()