Home
last modified time | relevance | path

Searched refs:addDereferenceableOrNullParamAttr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h474 void addDereferenceableOrNullParamAttr(unsigned ArgNo, uint64_t Bytes);
HDAttributes.h764 addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned ArgNo,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp776 void Function::addDereferenceableOrNullParamAttr(unsigned ArgNo, in addDereferenceableOrNullParamAttr() function in Function
778 AttributeSets = AttributeSets.addDereferenceableOrNullParamAttr(getContext(), in addDereferenceableOrNullParamAttr()
HDAttributes.cpp1594 AttributeList::addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullParamAttr() function in AttributeList
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp3445 Attrs = Attrs.addDereferenceableOrNullParamAttr(FI.getContext(), 0, Bytes); in tryToMoveFreeBeforeNullTest()