Lines Matching defs:DepIt
2157 for (auto &DepIt : InvalidAA->Deps) {
2158 AbstractAttribute *DepAA = cast<AbstractAttribute>(DepIt.getPointer());
2159 if (DepIt.getInt() == unsigned(DepClassTy::OPTIONAL)) {
2180 for (auto &DepIt : ChangedAA->Deps)
2181 Worklist.insert(cast<AbstractAttribute>(DepIt.getPointer()));
2253 for (auto &DepIt : ChangedAA->Deps)
2254 ChangedAAs.push_back(cast<AbstractAttribute>(DepIt.getPointer()));
2332 auto DepIt = DG.SyntheticRoot.Deps.begin();
2334 ++DepIt;
2336 ++u, ++DepIt) {
2338 << cast<AbstractAttribute>(DepIt->getPointer()) << " :: "
2339 << cast<AbstractAttribute>(DepIt->getPointer())