Searched refs:addDereferenceableOrNullParamAttr (Results 1 – 5 of 5) sorted by relevance
793 void Function::addDereferenceableOrNullParamAttr(unsigned ArgNo, in addDereferenceableOrNullParamAttr() function in Function795 AttributeSets = AttributeSets.addDereferenceableOrNullParamAttr(getContext(), in addDereferenceableOrNullParamAttr()
1813 AttributeList::addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullParamAttr() function in AttributeList
482 void addDereferenceableOrNullParamAttr(unsigned ArgNo, uint64_t Bytes);
797 [[nodiscard]] LLVM_ABI AttributeList addDereferenceableOrNullParamAttr(
3806 Attrs = Attrs.addDereferenceableOrNullParamAttr(FI.getContext(), 0, Bytes); in tryToMoveFreeBeforeNullTest()