Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h430 bool hasRetAttribute(Attribute::AttrKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp161 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()
203 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()
1410 if (ExtAttr != Attribute::None && !F.hasRetAttribute(ExtAttr)) in setRetExtAttr()
H A DSimplifyCFG.cpp8145 Ret->getFunction()->hasRetAttribute(Attribute::NoUndef); in passingValueIsAlwaysUndefined()
8151 Ret->getFunction()->hasRetAttribute(Attribute::NonNull)) { in passingValueIsAlwaysUndefined()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp735 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3863 if (F->hasRetAttribute(Attribute::NonNull) || in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp6058 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7994 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef) && in handleGuaranteedWellDefinedOps()