Home
last modified time | relevance | path

Searched refs:OrLocal (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp74 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 DTypeBasedAliasAnalysis.cpp387 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 DAliasAnalysis.cpp164 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 DBasicAliasAnalysis.cpp605 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 DAliasAnalysis.h540 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 DObjCARCAliasAnalysis.h58 bool OrLocal);
H A DTypeBasedAliasAnalysis.h46 bool OrLocal);
H A DBasicAliasAnalysis.h88 bool OrLocal);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp123 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 DAMDGPUAliasAnalysis.h46 bool OrLocal);