Lines Matching refs:VAC

2454   if (llvm::any_of(Worklist, [&](AA::ValueAndContext VAC) {  in isImpliedByIR()  argument
2455 return !isKnownNonZero(VAC.getValue(), A.getDataLayout(), 0, AC, in isImpliedByIR()
2456 VAC.getCtxI(), DT); in isImpliedByIR()
2632 for (const auto &VAC : Values) in updateImpl() local
2633 if (!CheckIRP(IRPosition::value(*VAC.getValue()))) in updateImpl()
4730 if (!all_of(Values, [&](AA::ValueAndContext &VAC) { in identifyAliveSuccessors() argument
4731 return CheckForConstantInt(VAC.getValue()); in identifyAliveSuccessors()
5085 for (const auto &VAC : Values) in updateImpl() local
5086 if (!VisitValueCB(*VAC.getValue())) in updateImpl()
5352 for (const auto &VAC : Values) { in updateImpl() local
5353 if (!VisitValueCB(*VAC.getValue())) in updateImpl()
5919 for (const AA::ValueAndContext &VAC : Values) { in updateImpl() local
5920 if (isa<Constant>(VAC.getValue())) { in updateImpl()
5924 } else if (!isa<Argument>(VAC.getValue()) || in updateImpl()
5925 VAC.getValue() == getAssociatedArgument()) in updateImpl()
10248 for (const auto &VAC : Values) in updateImpl() local
10249 if (!VisitValueCB(IRPosition::value(*VAC.getValue()))) in updateImpl()
10405 for (const auto &VAC : Values) in updateImpl() local
10406 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
10544 for (auto &VAC : Values) in updateImpl() local
10545 VisitValue(*VAC.getValue(), VAC.getCtxI()); in updateImpl()
11525 for (const AA::ValueAndContext &VAC : Values) in updateImpl() local
11526 addValue(A, getState(), *VAC.getValue(), in updateImpl()
11527 VAC.getCtxI() ? VAC.getCtxI() : CtxI, S, AnchorScope); in updateImpl()
11918 auto &VAC = Values[I]; in updateImpl() local
11919 auto *Obj = VAC.getValue(); in updateImpl()
11921 if (UO && UO != VAC.getValue() && SeenObjects.insert(UO).second) { in updateImpl()
12272 for (auto &VAC : Values) { in updateImpl() local
12273 if (isa<UndefValue>(VAC.getValue())) in updateImpl()
12275 if (isa<ConstantPointerNull>(VAC.getValue()) && in updateImpl()
12276 VAC.getValue()->getType()->getPointerAddressSpace() == 0) in updateImpl()
12279 if (auto *VACFn = dyn_cast<Function>(VAC.getValue())) { in updateImpl()