Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h392 bool hasRetAttribute(Attribute::AttrKind Kind) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp113 if (F.hasRetAttribute(Attribute::NoAlias)) in setRetDoesNotAlias()
154 !F.hasRetAttribute(Attribute::NoUndef)) { in setRetNoUndef()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp636 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3831 F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp5580 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef)) in getGuaranteedWellDefinedOps()