Home
last modified time | relevance | path

Searched refs:pointsToConstantMemory (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp72 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 DAliasAnalysis.cpp111 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 DTypeBasedAliasAnalysis.cpp383 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 DBasicAliasAnalysis.cpp615 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 DMemoryDependenceAnalysis.cpp607 if (AA.pointsToConstantMemory(LoadLoc)) in getSimplePointerDependencyFrom()
H A DMemorySSA.cpp367 AA.pointsToConstantMemory(cast<LoadInst>(I)-> in isUseTriviallyOptimizableToLiveOnEntry()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h371 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 DObjCARCAnalysisUtils.h185 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr()
190 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
H A DTypeBasedAliasAnalysis.h45 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
H A DObjCARCAliasAnalysis.h57 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
H A DBasicAliasAnalysis.h92 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp91 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 DAMDGPUAliasAnalysis.h49 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp172 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 DLICM.cpp1014 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1321 AA->pointsToConstantMemory( in isDereferenceableInvariantLoad()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3698 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()