Searched refs:DepIt (Results 1 – 1 of 1) sorted by relevance
2157 for (auto &DepIt : InvalidAA->Deps) { in runTillFixpoint() local2158 AbstractAttribute *DepAA = cast<AbstractAttribute>(DepIt.getPointer()); in runTillFixpoint()2159 if (DepIt.getInt() == unsigned(DepClassTy::OPTIONAL)) { in runTillFixpoint()2180 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint() local2181 Worklist.insert(cast<AbstractAttribute>(DepIt.getPointer())); in runTillFixpoint()2253 for (auto &DepIt : ChangedAA->Deps) in runTillFixpoint() local2254 ChangedAAs.push_back(cast<AbstractAttribute>(DepIt.getPointer())); in runTillFixpoint()2332 auto DepIt = DG.SyntheticRoot.Deps.begin(); in manifestAttributes() local2334 ++DepIt; in manifestAttributes()2336 ++u, ++DepIt) { in manifestAttributes()[all …]