Searched refs:OrLocal (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 73 bool OrLocal) { in pointsToConstantMemory() argument 75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 81 MemoryLocation(S, Loc.Size, Loc.AATags), OrLocal)) in pointsToConstantMemory() 88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal); in pointsToConstantMemory()
|
D | TypeBasedAliasAnalysis.cpp | 305 bool OrLocal) { in pointsToConstantMemory() argument 307 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 311 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 319 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
D | BasicAliasAnalysis.cpp | 474 bool OrLocal) { in pointsToConstantMemory() argument 484 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 488 if (OrLocal && isa<AllocaInst>(V)) in pointsToConstantMemory() 498 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 516 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 525 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
D | AliasAnalysis.cpp | 93 bool OrLocal) { in pointsToConstantMemory() argument 95 if (AA->pointsToConstantMemory(Loc, OrLocal)) in pointsToConstantMemory()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 229 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false); 233 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { 234 return pointsToConstantMemory(MemoryLocation(P), OrLocal); 598 bool OrLocal) = 0; 656 bool OrLocal) override { in pointsToConstantMemory() argument 657 return Result.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 729 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() argument 730 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal) in pointsToConstantMemory() 731 : CurrentResult.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 777 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() argument
|
D | ObjCARCAliasAnalysis.h | 56 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
D | TypeBasedAliasAnalysis.h | 40 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
D | BasicAliasAnalysis.h | 71 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|