Searched refs:StringInstrMap (Results 1 – 1 of 1) sorted by relevance
124 std::vector<StringInstrPair> StringInstrMap; in rescheduleLexographically() local134 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()