Searched refs:getCtxI (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 1972 if (auto *MI = dyn_cast_or_null<MemIntrinsic>(getCtxI())) { in updateImpl() 2008 *cast<CallBase>(getCtxI())); in updateImpl() 2024 return addAccess(A, AA::RangeTy::getUnknown(), *getCtxI(), nullptr, Kind, in updateImpl() 2443 Worklist.push_back({IRP.getAssociatedValue(), IRP.getCtxI()}); in isImpliedByIR() 2459 SimplifyQuery(A.getDataLayout(), DT, AC, VAC.getCtxI())); in isImpliedByIR() 2562 if (Instruction *CtxI = getCtxI()) in initialize() 3905 if (UserI == getCtxI() && UserI->getNumOperands() == 1) in isKnownNoAliasDueToNoAliasPreservation() 3923 A, *UserI, *getCtxI(), *this, /* ExclusionSet */ nullptr, in isKnownNoAliasDueToNoAliasPreservation() 4081 return I == getCtxI() && isAssumedDead(); in isAssumedDead() 4382 IsAssumedSideEffectFree = isAssumedSideEffectFree(A, getCtxI()); in initialize() [all …]
|
H A D | Attributor.cpp | 293 if (isa<Constant>(VAC.getValue()) || VAC.getValue() == VAC.getCtxI()) in isValidAtPosition() 296 const Instruction *CtxI = VAC.getCtxI(); in isValidAtPosition() 1104 auto EIt = Explorer->begin(IRP.getCtxI()), in getAttrsFromAssumes() 1105 EEnd = Explorer->end(IRP.getCtxI()); in getAttrsFromAssumes() 1485 Values.push_back({IRP.getAssociatedValue(), IRP.getCtxI()}); in getAssumedSimplifiedValues() 1679 Instruction *CtxI = IRP.getCtxI(); in isAssumedDead() 2296 if (AA->getCtxI() && !isRunOn(*AA->getAnchorScope())) in manifestAttributes() 3770 if (auto *I = getCtxI()) { in print()
|
H A D | OpenMPOpt.cpp | 2581 A.changeAfterManifest(IRPosition::inst(*getCtxI()), **ReplVal); in manifest() 2582 A.deleteAfterManifest(*getCtxI()); in manifest() 2607 ICVTrackingAA->getReplacementValue(AssociatedICV, getCtxI(), A); in updateImpl() 5272 Instruction &I = *getCtxI(); in manifest()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 193 const Instruction *getCtxI() const { return this->second; } in getCtxI() function 765 Instruction *getCtxI() const { 1850 auto *CB = cast<CallBase>(IRP.getCtxI()); 6354 auto *CB = cast<CallBase>(IRP.getCtxI());
|