OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerIsDefined
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
913
if (
NullPointerIsDefined
(SI.getFunction(), SI.getPointerAddressSpace()))
920
!
NullPointerIsDefined
(SI.getFunction(), SI.getPointerAddressSpace()));
927
!
NullPointerIsDefined
(LI.getFunction(), GEPI->getPointerAddressSpace()))
932
!
NullPointerIsDefined
(LI.getFunction(), LI.getPointerAddressSpace())))
1024
!
NullPointerIsDefined
(SI->getFunction(),
1030
!
NullPointerIsDefined
(SI->getFunction(),
InstCombineCalls.cpp
2281
!
NullPointerIsDefined
(Call.getFunction())) ||
InstCombineCompares.cpp
842
!
NullPointerIsDefined
(I.getFunction(),
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BasicAliasAnalysis.cpp
1472
if (!
NullPointerIsDefined
(&F, CPN->getType()->getAddressSpace()))
1475
if (!
NullPointerIsDefined
(&F, CPN->getType()->getAddressSpace()))
1513
bool NullIsValidLocation =
NullPointerIsDefined
(&F);
1636
bool NullIsValidLocation =
NullPointerIsDefined
(&F);
LoopAccessAnalysis.cpp
943
!
NullPointerIsDefined
(
1062
NullPointerIsDefined
(Lp->getHeader()->getParent(),
1110
(IsInBoundsGEP || !
NullPointerIsDefined
(Lp->getHeader()->getParent(),
LazyValueInfo.cpp
632
// TODO: Use
NullPointerIsDefined
instead.
657
if (
NullPointerIsDefined
(BB->getParent(),
ValueTracking.cpp
595
if (!
NullPointerIsDefined
(Q.CxtI->getFunction(),
2040
NullPointerIsDefined
(F, GEP->getPointerAddressSpace()))
2123
if (!
NullPointerIsDefined
(I->getFunction(),
2318
!
NullPointerIsDefined
(A->getParent(), PtrTy->getAddressSpace())) ||
ConstantFolding.cpp
1861
!
NullPointerIsDefined
(
InstructionSimplify.cpp
2514
NullPointerIsDefined
(cast<AllocaInst>(LHS)->getFunction());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
943
bool
nullPointerIsDefined
() const;
962
bool
NullPointerIsDefined
(const Function *F, unsigned AS = 0);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AssumeBundleBuilder.cpp
259
if (!
NullPointerIsDefined
(MemInst->getFunction(),
Local.cpp
2273
!
NullPointerIsDefined
(CI->getFunction())) ||
2302
!
NullPointerIsDefined
(SI->getFunction(),
2316
!
NullPointerIsDefined
(BB->getParent())) ||
SimplifyLibCalls.cpp
143
if (!llvm::
NullPointerIsDefined
(F, AS) ||
152
if (!llvm::
NullPointerIsDefined
(F, AS) ||
174
if (llvm::
NullPointerIsDefined
(F, AS))
SCCPSolver.cpp
1106
if (
NullPointerIsDefined
(I.getFunction(), I.getPointerAddressSpace()))
SimplifyCFG.cpp
6639
return !
NullPointerIsDefined
(LI->getFunction(),
6645
return (!
NullPointerIsDefined
(SI->getFunction(),
6650
if (C->isNullValue() &&
NullPointerIsDefined
(CB->getFunction()))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
1615
bool
NullPointerIsDefined
=
1616
F ? llvm::
NullPointerIsDefined
(F, PtrTy->getPointerAddressSpace()) : true;
1623
(RK.AttrKind == Attribute::NonNull || !
NullPointerIsDefined
);
1630
IsNonNull |= !
NullPointerIsDefined
;
1653
IsNonNull |= !
NullPointerIsDefined
;
1666
IsNonNull |= !
NullPointerIsDefined
;
1677
NullIsDefined(
NullPointerIsDefined
(
1970
if (llvm::
NullPointerIsDefined
(F, PtrTy->getPointerAddressSpace()))
2455
!
NullPointerIsDefined
(getAnchorScope(),
2545
!
NullPointerIsDefined
(getAnchorScope()
[
all
...]
GlobalOpt.cpp
673
if (
NullPointerIsDefined
(I->getFunction()))
735
if (
NullPointerIsDefined
(I->getFunction()))
1105
!
NullPointerIsDefined
(
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
99
!
NullPointerIsDefined
(getParent(),
1876
bool Function::
nullPointerIsDefined
() const {
1880
bool llvm::
NullPointerIsDefined
(const Function *F, unsigned AS) {
1881
if (F && F->
nullPointerIsDefined
())
ConstantFold.cpp
1763
!
NullPointerIsDefined
(nullptr /* F */,
1995
!
NullPointerIsDefined
(nullptr /* F */,
2007
!
NullPointerIsDefined
(nullptr /* F */,
Instructions.cpp
318
!
NullPointerIsDefined
(getCaller(),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
313
Opts.NullIsUnknownSize =
NullPointerIsDefined
(F);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
5017
bool PerformNullCheck = !
NullPointerIsDefined
(
Completed in 117 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026