Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2559 if (Instruction *CtxI = getCtxI()) in initialize()
4078 return I == getCtxI() && isAssumedDead(); in isAssumedDead()
4921 if (Instruction *CtxI = getCtxI()) in initialize()
5228 if (Instruction *CtxI = getCtxI()) in initialize()
10214 if (Instruction *CtxI = getCtxI()) in initialize()
10320 if (Instruction *CtxI = getCtxI()) in initialize()
10548 CallBase *CB = cast<CallBase>(getCtxI()); in updateImpl()
10930 if (getCtxI() && in manifest()
11527 VAC.getCtxI() ? VAC.getCtxI() : CtxI, S, AnchorScope); in updateImpl()
11654 auto *CB = cast<CallBase>(getCtxI()); in updateImpl()
[all …]
H A DAttributor.cpp293 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()
2292 if (AA->getCtxI() && !isRunOn(*AA->getAnchorScope())) in manifestAttributes()
3765 if (auto *I = getCtxI()) { in print()
H A DOpenMPOpt.cpp2582 A.changeAfterManifest(IRPosition::inst(*getCtxI()), **ReplVal); in manifest()
2583 A.deleteAfterManifest(*getCtxI()); in manifest()
2608 ICVTrackingAA->getReplacementValue(AssociatedICV, getCtxI(), A); in updateImpl()
5271 Instruction &I = *getCtxI(); in manifest()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h192 const Instruction *getCtxI() const { return this->second; } in getCtxI() function
764 Instruction *getCtxI() const {
1857 auto *CB = cast<CallBase>(IRP.getCtxI());
6363 auto *CB = cast<CallBase>(IRP.getCtxI());