Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFunction.h391 bool hasRetAttribute(Attribute::AttrKind Kind) const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp109 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()
150 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()
1246 if (ExtAttr != Attribute::None && !F.hasRetAttribute(ExtAttr)) in setRetExtAttr()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DFunction.cpp648 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp4240 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp5765 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef)) in getGuaranteedWellDefinedOps()