Lines Matching refs:getCtxI

1970     if (auto *MI = dyn_cast_or_null<MemIntrinsic>(getCtxI())) {  in updateImpl()
2006 *cast<CallBase>(getCtxI())); in updateImpl()
2022 return addAccess(A, AA::RangeTy::getUnknown(), *getCtxI(), nullptr, Kind, in updateImpl()
2441 Worklist.push_back({IRP.getAssociatedValue(), IRP.getCtxI()}); in isImpliedByIR()
2456 VAC.getCtxI(), DT); in isImpliedByIR()
2559 if (Instruction *CtxI = getCtxI()) in initialize()
3902 if (UserI == getCtxI() && UserI->getNumOperands() == 1) in isKnownNoAliasDueToNoAliasPreservation()
3920 A, *UserI, *getCtxI(), *this, /* ExclusionSet */ nullptr, in isKnownNoAliasDueToNoAliasPreservation()
4078 return I == getCtxI() && isAssumedDead(); in isAssumedDead()
4379 IsAssumedSideEffectFree = isAssumedSideEffectFree(A, getCtxI()); in initialize()
4385 if (IsAssumedSideEffectFree && !isAssumedSideEffectFree(A, getCtxI())) { in updateImpl()
4921 if (Instruction *CtxI = getCtxI()) in initialize()
5022 Values.push_back({getAssociatedValue(), getCtxI()}); in updateImpl()
5228 if (Instruction *CtxI = getCtxI()) in initialize()
5311 Values.push_back({getAssociatedValue(), getCtxI()}); in updateImpl()
6484 auto IRP = IRPosition::callsite_argument(*cast<CallBase>(getCtxI()), in initialize()
6519 if (auto *NewV = manifestReplacementValue(A, getCtxI())) { in manifest()
8951 intersectKnown(getConstantRangeFromSCEV(A, getCtxI())); in initialize()
8954 intersectKnown(getConstantRangeFromLVI(A, getCtxI())); in initialize()
9037 if (!CtxI || (!AllowAACtxI && CtxI == getCtxI())) in isValidCtxInstructionForOutsideAnalysis()
9152 assert(I == getCtxI() && "Should not annotate an instruction which is " in manifest()
9490 if (!VisitValueCB(getAssociatedValue(), getCtxI())) in updateImpl()
10214 if (Instruction *CtxI = getCtxI()) in initialize()
10320 if (Instruction *CtxI = getCtxI()) in initialize()
10388 Values.push_back({getAssociatedValue(), getCtxI()}); in updateImpl()
10406 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
10545 VisitValue(*VAC.getValue(), VAC.getCtxI()); in updateImpl()
10548 CallBase *CB = cast<CallBase>(getCtxI()); in updateImpl()
10776 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
10884 addValue(A, getState(), *It.first.getValue(), It.first.getCtxI(), in recurseForValue()
10895 addValue(A, NewS, *It.first.getValue(), It.first.getCtxI(), in giveUpOnIntraprocedural()
10899 addValue(A, NewS, getAssociatedValue(), getCtxI(), AA::Intraprocedural, in giveUpOnIntraprocedural()
10907 getState().unionAssumed({{getAssociatedValue(), getCtxI()}, AA::AnyScope}); in indicatePessimisticFixpoint()
10930 if (getCtxI() && in manifest()
10931 !AA::isValidAtPosition({*NewV, *getCtxI()}, A.getInfoCache())) in manifest()
10999 Values.push_back(AA::ValueAndContext{V, II.I.getCtxI()}); in handleCmp()
11095 const Instruction *CtxI = II.I.getCtxI(); in handleSelectInst()
11168 const Instruction *CtxI = II.I.getCtxI(); in handleLoadInst()
11295 Worklist.push_back({{*NewV, II.I.getCtxI()}, II.S}); in handleGenericInst()
11325 Worklist.push_back({{*InitialV, getCtxI()}, AA::AnyScope}); in genericValueTraversal()
11332 const Instruction *CtxI = II.I.getCtxI(); in genericValueTraversal()
11386 if (V == InitialV && CtxI == getCtxI()) { in genericValueTraversal()
11449 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::AnyScope, in updateImpl()
11458 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::AnyScope, in updateImpl()
11462 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::Interprocedural, in updateImpl()
11527 VAC.getCtxI() ? VAC.getCtxI() : CtxI, S, AnchorScope); in updateImpl()
11654 auto *CB = cast<CallBase>(getCtxI()); in updateImpl()
12176 auto *MD = getCtxI()->getMetadata(LLVMContext::MD_callees); in initialize()
12196 CallBase *CB = cast<CallBase>(getCtxI()); in updateImpl()
12306 CallBase *CB = cast<CallBase>(getCtxI()); in manifest()
12697 Instruction *I = IRP.getCtxI(); in updateImpl()
12769 Instruction *I = getIRPosition().getCtxI(); in manifest()