Searched refs:DependantMI (Results 1 – 2 of 2) 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 …]
1027 void transferEmittedNodeDependencies(MaterializingInfo &DependantMI,