Searched refs:UnemittedDepI (Results 1 – 1 of 1) sorted by relevance
1253 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in failSymbols() local1254 assert(UnemittedDepI != DependantMI.UnemittedDependencies.end() && in failSymbols()1256 assert(UnemittedDepI->second.count(Name) && in failSymbols()1258 UnemittedDepI->second.erase(Name); in failSymbols()1259 if (UnemittedDepI->second.empty()) in failSymbols()1260 DependantMI.UnemittedDependencies.erase(UnemittedDepI); in failSymbols()