Lines Matching refs:UMII
1384 auto UMII = I->second.hasMaterializerAttached() in remove() local
1387 SymbolsToRemove.push_back(std::make_pair(I, UMII)); in remove()
1402 auto UMII = SymbolMaterializerItrPair.second; in remove() local
1405 if (UMII != UnmaterializedInfos.end()) { in remove()
1406 UMII->second->MU->doDiscard(*this, UMII->first); in remove()
1407 UnmaterializedInfos.erase(UMII); in remove()
1713 auto UMII = UnmaterializedInfos.find(S); in defineImpl() local
1714 assert(UMII != UnmaterializedInfos.end() && in defineImpl()
1716 UMII->second->MU->doDiscard(*this, S); in defineImpl()
2669 auto UMII = JD.UnmaterializedInfos.find(Name); in OL_completeLookup() local
2670 assert(UMII != JD.UnmaterializedInfos.end() && in OL_completeLookup()
2673 auto UMI = UMII->second; in OL_completeLookup()