Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCaptureTracking.cpp411 if (!I->getFunction()->nullPointerIsDefined()) { in DetermineUseCaptureKind()
H A DInlineCost.cpp2882 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h892 bool nullPointerIsDefined() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1991 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()
H A DFunction.cpp2046 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function
2051 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()