Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp784 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull() function
875 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
/external/llvm/include/llvm/IR/
DCallSite.h572 bool isReturnNonNull() const { in isReturnNonNull() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp970 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull() function
1063 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp971 static bool isReturnNonNull(Function *F, const SCCNodeSet &SCCNodes, in isReturnNonNull() function
1064 if (isReturnNonNull(F, SCCNodes, Speculative)) { in addNonNullAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h645 bool isReturnNonNull() const { in isReturnNonNull() function
DInstrTypes.h1634 bool isReturnNonNull() const;
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h1719 bool isReturnNonNull() const;
/external/llvm/lib/Analysis/
DValueTracking.cpp3223 if (CS.isReturnNonNull()) in isKnownNonNull()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp297 bool CallBase::isReturnNonNull() const { in isReturnNonNull() function in CallBase
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp300 bool CallBase::isReturnNonNull() const { in isReturnNonNull() function in CallBase
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp2173 if (Call->isReturnNonNull()) in isKnownNonZero()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp2279 if (Call->isReturnNonNull()) in isKnownNonZero()