Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
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()
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()
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()
DBasicAliasAnalysis.cpp614 AAQueryInfo &AAQI, bool OrLocal) { in pointsToConstantMemory() argument
624 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
628 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory()
638 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
656 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
664 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal); in pointsToConstantMemory()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DAliasAnalysis.h540 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
544 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
545 return pointsToConstantMemory(MemoryLocation::getBeforeOrAfter(P), OrLocal);
845 bool OrLocal = false);
905 bool pointsToConstantMemory(const MemoryLocation &Loc, 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) {
[all …]
DObjCARCAliasAnalysis.h58 bool OrLocal);
DTypeBasedAliasAnalysis.h46 bool OrLocal);
DBasicAliasAnalysis.h88 bool OrLocal);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
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()
DAMDGPUAliasAnalysis.h46 bool OrLocal);