Home
last modified time | relevance | path

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/
DObjCARCAliasAnalysis.cpp73 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()
DTypeBasedAliasAnalysis.cpp386 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()
DAliasAnalysis.cpp122 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()
DBasicAliasAnalysis.cpp655 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/
DAliasAnalysis.h393 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 …]
DObjCARCAliasAnalysis.h58 bool OrLocal);
DTypeBasedAliasAnalysis.h46 bool OrLocal);
DBasicAliasAnalysis.h95 bool OrLocal);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.cpp93 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()
DAMDGPUAliasAnalysis.h50 bool OrLocal);