| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ObjCARCAliasAnalysis.cpp | 72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ObjCARCAAResult 75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 80 if (AAResultBase::pointsToConstantMemory( in pointsToConstantMemory() 88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal); in pointsToConstantMemory()
|
| H A D | AliasAnalysis.cpp | 111 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AAResults 114 if (AA->pointsToConstantMemory(Loc, OrLocal)) in pointsToConstantMemory() 210 if (isModSet(Result) && pointsToConstantMemory(Loc, /*OrLocal*/ false)) in getModRefInfo() 432 if (pointsToConstantMemory(Loc)) in getModRefInfo() 447 if (Loc.Ptr && pointsToConstantMemory(Loc)) in getModRefInfo() 463 if (pointsToConstantMemory(Loc)) in getModRefInfo() 480 if (pointsToConstantMemory(Loc)) in getModRefInfo() 493 if (pointsToConstantMemory(Loc)) in getModRefInfo()
|
| H A D | TypeBasedAliasAnalysis.cpp | 383 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in TypeBasedAAResult 386 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 390 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 398 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
| H A D | BasicAliasAnalysis.cpp | 615 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in BasicAAResult 626 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 640 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 658 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 667 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
| H A D | MemoryDependenceAnalysis.cpp | 607 if (AA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()
|
| H A D | MemorySSA.cpp | 367 AA.pointsToConstantMemory(cast<LoadInst>(I)-> in isUseTriviallyOptimizableToLiveOnEntry()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 371 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false); 375 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { 376 return pointsToConstantMemory(MemoryLocation(P), OrLocal); 742 virtual bool pointsToConstantMemory(const MemoryLocation &Loc, 800 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function 802 return Result.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 874 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function 875 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal) in pointsToConstantMemory() 876 : CurrentResult.pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 928 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { in pointsToConstantMemory() function
|
| H A D | ObjCARCAnalysisUtils.h | 185 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr() 190 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
|
| H A D | TypeBasedAliasAnalysis.h | 45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
| H A D | ObjCARCAliasAnalysis.h | 57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
| H A D | BasicAliasAnalysis.h | 92 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAliasAnalysis.cpp | 91 bool AMDGPUAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AMDGPUAAResult 109 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory() 136 return AAResultBase::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
| H A D | AMDGPUAliasAnalysis.h | 49 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 172 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess() 187 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess() 194 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess() 200 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1014 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1321 AA->pointsToConstantMemory( in isDereferenceableInvariantLoad()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 3698 AA->pointsToConstantMemory(MemoryLocation( in visitLoad() 3814 !AA->pointsToConstantMemory(MemoryLocation( in visitLoadFromSwiftError() 4105 !AA || !AA->pointsToConstantMemory(MemoryLocation( in visitMaskedLoad() 4151 AA->pointsToConstantMemory( in visitMaskedGather() 6682 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) { in getMemCmpLoad()
|