Home
last modified time | relevance | path

Searched refs:CBContext (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h585 return IRPosition::argument(*Arg, CBContext);
588 return IRPosition(const_cast<Value &>(V), IRP_FLOAT, CBContext);
655 const CallBaseContext *CBContext = nullptr) {
661 return IRPosition::function(*IRP.getAssociatedFunction(), CBContext);
665 return Enc == RHS.Enc && RHS.CBContext == CBContext;
890 Result.CBContext = nullptr;
898 bool hasCallBaseContext() const { return CBContext != nullptr; }
913 : CBContext(CBContext) {
919 const CallBaseContext *CBContext = nullptr)
920 : CBContext(CBContext) {
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1188 assert((CBContext == nullptr) && in verify()
1204 assert((CBContext == nullptr) && in verify()
1212 assert((CBContext == nullptr) && in verify()
1232 assert((CBContext == nullptr) && in verify()
H A DAttributorAttributes.cpp361 const IRPosition::CallBaseContext *CBContext = nullptr) { in clampReturnedValueStates() argument
378 const IRPosition &RVPos = IRPosition::value(RV, CBContext); in clampReturnedValueStates()
475 const CallBase *CBContext = Pos.getCallBaseContext(); in getArgumentStateFromCallBaseContext() local
476 if (!CBContext) in getArgumentStateFromCallBaseContext()
483 QueryingAttribute, IRPosition::callsite_argument(*CBContext, ArgNo), in getArgumentStateFromCallBaseContext()
545 CallBase &CBContext = cast<CallBase>(this->getAnchorValue()); in updateImpl() local
548 << CBContext << "\n"); in updateImpl()
551 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr); in updateImpl()