Searched refs:OrLocal (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ObjCARCAliasAnalysis.cpp | 72 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 D | TypeBasedAliasAnalysis.cpp | 390 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 D | AliasAnalysis.cpp | 163 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 D | BasicAliasAnalysis.cpp | 683 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 D | AliasAnalysis.h | 595 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 D | ObjCARCAliasAnalysis.h | 58 bool OrLocal);
|
| H A D | TypeBasedAliasAnalysis.h | 46 bool OrLocal);
|
| H A D | BasicAliasAnalysis.h | 82 bool OrLocal);
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAliasAnalysis.cpp | 128 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 D | AMDGPUAliasAnalysis.h | 44 bool OrLocal);
|