Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp532 auto MIt = UseBeforeDefs.find(Inst); in checkInstForNewValues() local
533 if (MIt == UseBeforeDefs.end()) in checkInstForNewValues()
542 for (auto &Use : MIt->second) { in checkInstForNewValues()
581 for (auto &Use : MIt->second) { in checkInstForNewValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15461 const auto *MIt = find_if(VTEs, [](const TreeEntry *MTE) { in isGatherShuffledSingleRegisterEntry() local
15464 if (MIt == VTEs.end()) in isGatherShuffledSingleRegisterEntry()
15466 VTE = *MIt; in isGatherShuffledSingleRegisterEntry()