Searched refs:CBContext (Results 1 – 3 of 3) sorted by relevance
585 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 …]
1188 assert((CBContext == nullptr) && in verify()1204 assert((CBContext == nullptr) && in verify()1212 assert((CBContext == nullptr) && in verify()1232 assert((CBContext == nullptr) && in verify()
361 const IRPosition::CallBaseContext *CBContext = nullptr) { in clampReturnedValueStates() argument378 const IRPosition &RVPos = IRPosition::value(RV, CBContext); in clampReturnedValueStates()475 const CallBase *CBContext = Pos.getCallBaseContext(); in getArgumentStateFromCallBaseContext() local476 if (!CBContext) in getArgumentStateFromCallBaseContext()483 QueryingAttribute, IRPosition::callsite_argument(*CBContext, ArgNo), in getArgumentStateFromCallBaseContext()545 CallBase &CBContext = cast<CallBase>(this->getAnchorValue()); in updateImpl() local548 << CBContext << "\n"); in updateImpl()551 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr); in updateImpl()