Searched refs:OrLocal (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ObjCARCAliasAnalysis.cpp | 73 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 D | TypeBasedAliasAnalysis.cpp | 384 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 D | BasicAliasAnalysis.cpp | 616 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 D | AliasAnalysis.cpp | 112 bool OrLocal) { in pointsToConstantMemory() argument 114 if (AA->pointsToConstantMemory(Loc, OrLocal)) in pointsToConstantMemory()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 371 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 D | TypeBasedAliasAnalysis.h | 45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
| H A D | ObjCARCAliasAnalysis.h | 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
| H A D | BasicAliasAnalysis.h | 92 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAliasAnalysis.cpp | 92 bool OrLocal) { in pointsToConstantMemory() argument 109 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 136 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
| H A D | AMDGPUAliasAnalysis.h | 49 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|