Lines Matching refs:VAC
327 for (auto &VAC : Values) { in getAssumedUnderlyingObjects() local
328 Value *UO = getUnderlyingObject(VAC.getValue()); in getAssumedUnderlyingObjects()
329 if (UO && UO != VAC.getValue() && SeenObjects->insert(UO).second) { in getAssumedUnderlyingObjects()
331 VAC.getCtxI(), UsedAssumedInformation, S, in getAssumedUnderlyingObjects()
336 Objects.insert(VAC.getValue()); in getAssumedUnderlyingObjects()
1827 for (auto &VAC : Values) { in updateImpl() local
1828 assert(AA::isValidInScope(*VAC.getValue(), Ret.getFunction()) && in updateImpl()
1830 if (ReturnedValues[VAC.getValue()].insert(&Ret)) in updateImpl()
2370 for (const auto &VAC : Values) in updateImpl() local
2371 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
4309 for (const auto &VAC : Values) in updateImpl() local
4310 if (!VisitValueCB(*VAC.getValue())) in updateImpl()
4583 for (const auto &VAC : Values) { in updateImpl() local
4584 if (!VisitValueCB(*VAC.getValue())) in updateImpl()
9284 for (const auto &VAC : Values) in updateImpl() local
9285 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
9407 for (auto &VAC : Values) in updateImpl() local
9408 VisitValue(*VAC.getValue(), VAC.getCtxI()); in updateImpl()