Home
last modified time | relevance | path

Searched refs:OrLocal (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp73 bool OrLocal) { in pointsToConstantMemory() argument
75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
81 MemoryLocation(S, Loc.Size, Loc.AATags), OrLocal)) in pointsToConstantMemory()
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal); in pointsToConstantMemory()
H A DTypeBasedAliasAnalysis.cpp384 bool OrLocal) { in pointsToConstantMemory() argument
386 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
390 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
398 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
H A DBasicAliasAnalysis.cpp616 bool OrLocal) { in pointsToConstantMemory() argument
626 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
630 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory()
640 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
658 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
667 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
H A DAliasAnalysis.cpp112 bool OrLocal) { in pointsToConstantMemory() argument
114 if (AA->pointsToConstantMemory(Loc, OrLocal)) in pointsToConstantMemory()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h371 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
375 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
376 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
743 bool OrLocal) = 0;
801 bool OrLocal) override { in pointsToConstantMemory() argument
802 return Result.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
874 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() argument
875 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal) in pointsToConstantMemory()
876 : CurrentResult.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
928 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() argument
H A DTypeBasedAliasAnalysis.h45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
H A DObjCARCAliasAnalysis.h57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
H A DBasicAliasAnalysis.h92 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp92 bool OrLocal) { in pointsToConstantMemory() argument
109 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
136 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
H A DAMDGPUAliasAnalysis.h49 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);