Searched refs:UnemittedDepI (Results 1 – 2 of 2) sorted by relevance
1280 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in notifyFailed() local1281 assert(UnemittedDepI != DependantMI.UnemittedDependencies.end() && in notifyFailed()1283 assert(UnemittedDepI->second.count(Name) && in notifyFailed()1285 UnemittedDepI->second.erase(Name); in notifyFailed()1286 if (UnemittedDepI->second.empty()) in notifyFailed()1287 DependantMI.UnemittedDependencies.erase(UnemittedDepI); in notifyFailed()
1173 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in failSymbols() local1174 assert(UnemittedDepI != DependantMI.UnemittedDependencies.end() && in failSymbols()1176 assert(UnemittedDepI->second.count(Name) && in failSymbols()1178 UnemittedDepI->second.erase(Name); in failSymbols()1179 if (UnemittedDepI->second.empty()) in failSymbols()1180 DependantMI.UnemittedDependencies.erase(UnemittedDepI); in failSymbols()