Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp102 std::vector<StringInstrPair> StringInstrMap; in rescheduleLexographically() local
112 StringInstrMap.push_back({(i == std::string::npos) ? S : S.substr(i), II}); in rescheduleLexographically()
115 llvm::sort(StringInstrMap, in rescheduleLexographically()
120 for (auto &II : StringInstrMap) { in rescheduleLexographically()