Lines Matching refs:getCtxI

331                                        VAC.getCtxI(), UsedAssumedInformation, S,  in getAssumedUnderlyingObjects()
1491 if (auto *MI = dyn_cast_or_null<MemIntrinsic>(getCtxI())) { in updateImpl()
1529 return translateAndAddState(A, ArgAA, 0, *cast<CallBase>(getCtxI()), in updateImpl()
2301 if (Instruction *CtxI = getCtxI()) in initialize()
2340 Values.push_back({getAssociatedValue(), getCtxI()}); in updateImpl()
2371 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
3225 if (UserI == getCtxI() && UserI->getNumOperands() == 1) in isKnownNoAliasDueToNoAliasPreservation()
3244 A, *UserI, *getCtxI(), *this, in isKnownNoAliasDueToNoAliasPreservation()
3421 return I == getCtxI() && isAssumedDead(); in isAssumedDead()
3660 IsAssumedSideEffectFree = isAssumedSideEffectFree(A, getCtxI()); in initialize()
3666 if (IsAssumedSideEffectFree && !isAssumedSideEffectFree(A, getCtxI())) { in updateImpl()
4157 if (Instruction *CtxI = getCtxI()) in initialize()
4246 Values.push_back({getAssociatedValue(), getCtxI()}); in updateImpl()
4459 if (Instruction *CtxI = getCtxI()) in initialize()
4542 Values.push_back({getAssociatedValue(), getCtxI()}); in updateImpl()
5718 auto IRP = IRPosition::callsite_argument(*cast<CallBase>(getCtxI()), in initialize()
5740 &RetVal, *cast<CallBase>(getCtxI()), *this, in updateImpl()
5771 if (auto *NewV = manifestReplacementValue(A, getCtxI())) { in manifest()
8043 intersectKnown(getConstantRangeFromSCEV(A, getCtxI())); in initialize()
8046 intersectKnown(getConstantRangeFromLVI(A, getCtxI())); in initialize()
8128 if (!CtxI || (!AllowAACtxI && CtxI == getCtxI())) in isValidCtxInstructionForOutsideAnalysis()
8243 assert(I == getCtxI() && "Should not annotate an instruction which is " in manifest()
8572 if (!VisitValueCB(getAssociatedValue(), getCtxI())) in updateImpl()
9256 if (Instruction *CtxI = getCtxI()) in initialize()
9267 Values.push_back({getAssociatedValue(), getCtxI()}); in updateImpl()
9285 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
9408 VisitValue(*VAC.getValue(), VAC.getCtxI()); in updateImpl()
9411 CallBase *CB = cast<CallBase>(getCtxI()); in updateImpl()
9421 if (auto *MD = getCtxI()->getMetadata(LLVMContext::MD_callees)) { in updateImpl()
9820 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
9929 addValue(A, getState(), *It.first.getValue(), It.first.getCtxI(), in recurseForValue()
9940 addValue(A, NewS, *It.first.getValue(), It.first.getCtxI(), in giveUpOnIntraprocedural()
9944 addValue(A, NewS, getAssociatedValue(), getCtxI(), AA::Intraprocedural, in giveUpOnIntraprocedural()
9952 getState().unionAssumed({{getAssociatedValue(), getCtxI()}, AA::AnyScope}); in indicatePessimisticFixpoint()
9975 if (getCtxI() && in manifest()
9976 !AA::isValidAtPosition({*NewV, *getCtxI()}, A.getInfoCache())) in manifest()
10091 const Instruction *CtxI = II.I.getCtxI(); in handleSelectInst()
10154 const Instruction *CtxI = II.I.getCtxI(); in handleLoadInst()
10254 Worklist.push_back({{*NewV, II.I.getCtxI()}, II.S}); in handleGenericInst()
10285 Worklist.push_back({{*InitialV, getCtxI()}, AA::AnyScope}); in genericValueTraversal()
10292 const Instruction *CtxI = II.I.getCtxI(); in genericValueTraversal()
10338 if (V == InitialV && CtxI == getCtxI()) { in genericValueTraversal()
10401 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::AnyScope, in updateImpl()
10410 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::AnyScope, in updateImpl()
10414 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::Interprocedural, in updateImpl()
10503 auto *CB = cast<CallBase>(getCtxI()); in updateImpl()