Lines Matching defs:DepIt
2140 for (auto &DepIt : InvalidAA->Deps) {
2141 AbstractAttribute *DepAA = cast<AbstractAttribute>(DepIt.getPointer());
2142 if (DepIt.getInt() == unsigned(DepClassTy::OPTIONAL)) {
2163 for (auto &DepIt : ChangedAA->Deps)
2164 Worklist.insert(cast<AbstractAttribute>(DepIt.getPointer()));
2236 for (auto &DepIt : ChangedAA->Deps)
2237 ChangedAAs.push_back(cast<AbstractAttribute>(DepIt.getPointer()));
2315 auto DepIt = DG.SyntheticRoot.Deps.begin();
2317 ++DepIt;
2319 ++u, ++DepIt) {
2321 << cast<AbstractAttribute>(DepIt->getPointer()) << " :: "
2322 << cast<AbstractAttribute>(DepIt->getPointer())