Searched refs:OrLocal (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ObjCARCAliasAnalysis.cpp | 74 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 76 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 82 MemoryLocation(S, Loc.Size, Loc.AATags), AAQI, OrLocal)) in pointsToConstantMemory() 90 MemoryLocation::getBeforeOrAfter(U), AAQI, OrLocal); in pointsToConstantMemory()
|
H A D | TypeBasedAliasAnalysis.cpp | 387 bool OrLocal) { in pointsToConstantMemory() argument 389 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 393 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 401 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
H A D | AliasAnalysis.cpp | 164 bool OrLocal) { in pointsToConstantMemory() argument 166 return pointsToConstantMemory(Loc, AAQIP, OrLocal); in pointsToConstantMemory() 170 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 172 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal)) in pointsToConstantMemory()
|
H A D | BasicAliasAnalysis.cpp | 605 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 615 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 619 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory() 629 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 647 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 655 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 540 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false); 544 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { 845 bool OrLocal = false); 906 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal); 977 AAQueryInfo &AAQI, bool OrLocal) = 0; 1036 bool OrLocal) override { 1037 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal); 1112 bool OrLocal) { 1113 return AAR ? AAR->pointsToConstantMemory(Loc, AAQI, OrLocal) 1114 : 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 | 88 bool OrLocal);
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAliasAnalysis.cpp | 123 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 144 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 171 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
H A D | AMDGPUAliasAnalysis.h | 46 bool OrLocal);
|