Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h416 bool hasRetAttribute(Attribute::AttrKind Kind) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp109 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()
150 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()
1250 if (ExtAttr != Attribute::None && !F.hasRetAttribute(ExtAttr)) in setRetExtAttr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp674 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4320 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7161 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef)) in getGuaranteedWellDefinedOps()