Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp72 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
74 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
80 MemoryLocation(S, Loc.Size, Loc.AATags), AAQI, OrLocal)) in pointsToConstantMemory()
88 MemoryLocation::getBeforeOrAfter(U), AAQI, OrLocal); in pointsToConstantMemory()
H A DTypeBasedAliasAnalysis.cpp390 bool OrLocal) { in pointsToConstantMemory() argument
392 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
396 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
404 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
H A DAliasAnalysis.cpp163 bool OrLocal) { in pointsToConstantMemory() argument
165 return pointsToConstantMemory(Loc, AAQIP, OrLocal); in pointsToConstantMemory()
169 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
171 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal)) in pointsToConstantMemory()
H A DBasicAliasAnalysis.cpp683 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
693 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
697 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory()
707 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
725 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
733 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h595 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
599 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
900 bool OrLocal = false);
964 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal);
1035 AAQueryInfo &AAQI, bool OrLocal) = 0;
1094 bool OrLocal) override {
1095 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal);
1170 bool OrLocal) {
1171 return AAR ? AAR->pointsToConstantMemory(Loc, AAQI, OrLocal)
1172 : CurrentResult.pointsToConstantMemory(Loc, AAQI, OrLocal);
[all …]
H A DObjCARCAliasAnalysis.h58 bool OrLocal);
H A DTypeBasedAliasAnalysis.h46 bool OrLocal);
H A DBasicAliasAnalysis.h82 bool OrLocal);
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp128 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
149 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
176 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
H A DAMDGPUAliasAnalysis.h44 bool OrLocal);