Searched refs:UMII (Results 1 – 1 of 1) sorted by relevance
1316 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl() local1317 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()1319 auto MU = std::move(UMII->second->MU); in lodgeQueryImpl()1435 auto UMII = UnmaterializedInfos.find(Name); in lookupImpl() local1436 assert(UMII != UnmaterializedInfos.end() && in lookupImpl()1438 auto MU = std::move(UMII->second->MU); in lookupImpl()1588 auto UMII = UnmaterializedInfos.find(EDO.ExistingDefItr->first); in defineImpl() local1589 assert(UMII != UnmaterializedInfos.end() && in defineImpl()1592 UMII->second->MU->doDiscard(*this, EDO.ExistingDefItr->first); in defineImpl()