Searched refs:MIt (Results 1 – 2 of 2) sorted by relevance
532 auto MIt = UseBeforeDefs.find(Inst); in checkInstForNewValues() local533 if (MIt == UseBeforeDefs.end()) in checkInstForNewValues()542 for (auto &Use : MIt->second) { in checkInstForNewValues()581 for (auto &Use : MIt->second) { in checkInstForNewValues()
15461 const auto *MIt = find_if(VTEs, [](const TreeEntry *MTE) { in isGatherShuffledSingleRegisterEntry() local15464 if (MIt == VTEs.end()) in isGatherShuffledSingleRegisterEntry()15466 VTE = *MIt; in isGatherShuffledSingleRegisterEntry()