Home
last modified time | relevance | path

Searched refs:getCtxI (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2208 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 …]
H A DAttributor.cpp685 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()
H A DOpenMPOpt.cpp2348 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h467 Instruction *getCtxI() const { in getCtxI() function