Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1554 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull() function
1650 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1886 LLVM_ABI bool isReturnNonNull() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1748 if (CB->getType()->isPointerTy() && CB->isReturnNonNull()) in getValueFromMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp394 bool CallBase::isReturnNonNull() const { in isReturnNonNull() function in CallBase
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3299 if (Call->isReturnNonNull()) in isKnownNonZeroFromOperator()