Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp295 if (F->hasRetAttribute(Attribute::Range)) in runIPSCCP()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h428 bool hasRetAttribute(Attribute::AttrKind Kind) const;
/src/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()
1261 if (ExtAttr != Attribute::None && !F.hasRetAttribute(ExtAttr)) in setRetExtAttr()
H A DSimplifyCFG.cpp7638 Ret->getFunction()->hasRetAttribute(Attribute::NoUndef); in passingValueIsAlwaysUndefined()
7644 Ret->getFunction()->hasRetAttribute(Attribute::NonNull)) { in passingValueIsAlwaysUndefined()
/src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp727 bool Function::hasRetAttribute(Attribute::AttrKind Kind) const { in hasRetAttribute() function in Function
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4574 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7868 if (I->getFunction()->hasRetAttribute(Attribute::NoUndef) && in handleGuaranteedWellDefinedOps()