Lines Matching defs:Dep
1186 for (auto &Dep : Deps)
1187 OS << Dep << " ";
2942 for (auto Dep : Deps) {
2943 if (UserEDUDepsForJD.insert(Dep).second) {
2944 HandleNewDep(*UserEDU, *DepJD, Dep);
2953 // Add (DepJD, Dep) to NewDeps.
2954 UserEDUNewDepsForJD->insert(Dep);
3055 for (auto &Dep : Deps)
3056 NewDepsForJD.insert(NonOwningSymbolStringPtr(Dep));
3060 for (auto &Dep : Deps) {
3061 NonOwningSymbolStringPtr NonOwningDep(Dep);
3064 if (!MR.getSymbols().count(Dep))
3193 for (auto &Dep : Deps)
3194 DepJD->MaterializingInfos[SymbolStringPtr(Dep)].DependantEDUs.insert(
3242 for (auto &Dep : EDU.Dependencies[&ClosedJD])
3243 BadDeps[&ClosedJD].insert(SymbolStringPtr(Dep));
3300 for (auto &Dep : Deps) {
3301 auto DepEntryItr = DepJD->Symbols.find(SymbolStringPtr(Dep));
3308 BadDeps.insert(SymbolStringPtr(Dep));
3316 EDUInfo->NewDeps[DepJD].insert(Dep);
3322 DepsToRemove.push_back(Dep);
3324 // If Dep is Ready then there's nothing further to do.
3326 assert(!DepJD->MaterializingInfos.count(SymbolStringPtr(Dep)) &&
3331 // If we get here then Dep is Emitted. We need to look up its defining
3335 assert(DepJD->MaterializingInfos.count(SymbolStringPtr(Dep)) &&
3337 auto &DepMI = DepJD->MaterializingInfos[SymbolStringPtr(Dep)];
3365 for (auto &Dep : DepsToRemove)
3366 Deps.erase(Dep);
3479 for (auto &Dep : Deps)
3480 dbgs() << Dep << " ";