Searched refs:OrLocal (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 73 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 75 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 81 MemoryLocation(S, Loc.Size, Loc.AATags), AAQI, OrLocal)) in pointsToConstantMemory() 89 OrLocal); in pointsToConstantMemory()
|
D | TypeBasedAliasAnalysis.cpp | 386 bool OrLocal) { in pointsToConstantMemory() argument 388 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 392 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 400 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
D | AliasAnalysis.cpp | 122 bool OrLocal) { in pointsToConstantMemory() argument 124 return pointsToConstantMemory(Loc, AAQIP, OrLocal); in pointsToConstantMemory() 128 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 130 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal)) in pointsToConstantMemory()
|
D | BasicAliasAnalysis.cpp | 655 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 665 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 669 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory() 679 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 697 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 706 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 393 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false); 397 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { 398 return pointsToConstantMemory(MemoryLocation(P), OrLocal); 696 bool OrLocal = false); 786 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) { 787 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal); 845 AAQueryInfo &AAQI, bool OrLocal) = 0; 904 bool OrLocal) override { in pointsToConstantMemory() argument 905 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 980 bool OrLocal) { in pointsToConstantMemory() argument [all …]
|
D | ObjCARCAliasAnalysis.h | 58 bool OrLocal);
|
D | TypeBasedAliasAnalysis.h | 46 bool OrLocal);
|
D | BasicAliasAnalysis.h | 95 bool OrLocal);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAliasAnalysis.cpp | 93 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument 110 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory() 137 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
|
D | AMDGPUAliasAnalysis.h | 50 bool OrLocal);
|