Searched refs:DependantMI (Results 1 – 4 of 4) sorted by relevance
1149 auto &DependantMI = DependantMII->second; in emit() local1152 assert(DependantMI.UnemittedDependencies.count(this) && in emit()1155 assert(DependantMI.UnemittedDependencies[this].count(Name) && in emit()1158 DependantMI.UnemittedDependencies[this].erase(Name); in emit()1159 if (DependantMI.UnemittedDependencies[this].empty()) in emit()1160 DependantMI.UnemittedDependencies.erase(this); in emit()1163 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()1175 DependantMI.UnemittedDependencies.empty()) { in emit()1176 assert(DependantMI.Dependants.empty() && in emit()1183 for (auto &Q : DependantMI.takeQueriesMeeting(SymbolState::Ready)) { in emit()[all …]
1042 auto &DependantMI = DependantMII->second; in emit() local1045 assert(DependantMI.UnemittedDependencies.count(this) && in emit()1049 assert(DependantMI.UnemittedDependencies[this].count(Name) && in emit()1052 DependantMI.UnemittedDependencies[this].erase(Name); in emit()1053 if (DependantMI.UnemittedDependencies[this].empty()) in emit()1054 DependantMI.UnemittedDependencies.erase(this); in emit()1058 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()1070 DependantMI.UnemittedDependencies.empty()) { in emit()1071 assert(DependantMI.Dependants.empty() && in emit()1080 DependantMI.takeQueriesMeeting(SymbolState::Ready)) { in emit()[all …]
1027 void transferEmittedNodeDependencies(MaterializingInfo &DependantMI,
1138 void transferEmittedNodeDependencies(MaterializingInfo &DependantMI,