Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCAliasAnalysis.cpp92 bool ObjCARCAliasAnalysis::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ObjCARCAliasAnalysis
95 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
100 if (AliasAnalysis::pointsToConstantMemory( in pointsToConstantMemory()
108 return AliasAnalysis::pointsToConstantMemory(MemoryLocation(U), OrLocal); in pointsToConstantMemory()
HDObjCARC.h198 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr()
203 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
HDObjCARCAliasAnalysis.h61 bool pointsToConstantMemory(const MemoryLocation &Loc,
/NextBSD/contrib/llvm/lib/Analysis/
HDAliasAnalysis.cpp57 bool AliasAnalysis::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in AliasAnalysis
60 return AA->pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
135 if ((Mask & Mod) && pointsToConstantMemory(Loc)) in getModRefInfo()
293 if (pointsToConstantMemory(Loc)) in getModRefInfo()
313 if (pointsToConstantMemory(Loc)) in getModRefInfo()
HDScopedNoAliasAA.cpp104 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) override;
202 bool ScopedNoAliasAA::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in ScopedNoAliasAA
204 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
HDTypeBasedAliasAnalysis.cpp305 bool pointsToConstantMemory(const MemoryLocation &Loc,
477 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in TypeBasedAliasAnalysis
480 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
483 if (!M) return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
491 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
HDAliasDebugger.cpp117 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in __anon7c70b4410111::AliasDebugger
120 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
HDAliasAnalysisCounter.cpp101 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in __anonc4f796200111::AliasAnalysisCounter
103 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
HDNoAliasAnalysis.cpp56 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function
HDBasicAliasAnalysis.cpp475 bool pointsToConstantMemory(const MemoryLocation &Loc,
586 bool BasicAliasAnalysis::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in BasicAliasAnalysis
597 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
611 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
629 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
638 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
HDMemoryDependenceAnalysis.cpp533 if (AA->pointsToConstantMemory(LoadLoc)) in getPointerDependencyFrom()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDAliasAnalysis.h176 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
180 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
181 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp212 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) { in AddReadAttrs()
235 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
242 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
248 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLICM.cpp440 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineInstr.cpp1463 AA->pointsToConstantMemory( in isInvariantLoad()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp2943 else if (AA->pointsToConstantMemory( in visitLoad()
3192 if (AA->pointsToConstantMemory(MemoryLocation( in visitMaskedLoad()
3236 AA->pointsToConstantMemory( in visitMaskedGather()
5200 if (Builder.AA->pointsToConstantMemory(PtrVal)) { in getMemCmpLoad()