Searched refs:getCtxI (Results 1 – 4 of 4) sorted by relevance
2208 if (Instruction *CtxI = getCtxI()) in initialize()3132 if (UserI == getCtxI() && UserI->getNumOperands() == 1) in isKnownNoAliasDueToNoAliasPreservation()3315 return I == getCtxI() && isAssumedDead(); in isAssumedDead()4046 if (Instruction *CtxI = getCtxI()) in initialize()4341 if (Instruction *CtxI = getCtxI()) in initialize()5149 const Instruction *CtxI = getCtxI(); in getReplacementValue()5701 &RetVal, *cast<CallBase>(getCtxI()), *this, in updateImpl()7944 intersectKnown(getConstantRangeFromSCEV(A, getCtxI())); in initialize()7947 intersectKnown(getConstantRangeFromLVI(A, getCtxI())); in initialize()8029 if (!CtxI || (!AllowAACtxI && CtxI == getCtxI())) in isValidCtxInstructionForOutsideAnalysis()[all …]
685 auto EIt = Explorer.begin(getCtxI()), EEnd = Explorer.end(getCtxI()); in getAttrsFromAssumes()953 Instruction *CtxI = IRP.getCtxI(); in isAssumedDead()2744 if (auto *I = getCtxI()) { in print()
2348 A.changeValueAfterManifest(*getCtxI(), **ReplVal); in manifest()2349 A.deleteAfterManifest(*getCtxI()); in manifest()2372 ICVTrackingAA.getReplacementValue(AssociatedICV, getCtxI(), A); in updateImpl()3759 Instruction &CB = *getCtxI(); in manifest()
467 Instruction *getCtxI() const { in getCtxI() function