| /NextBSD/contrib/llvm/lib/Transforms/ObjCARC/ |
| HD | ObjCARCAliasAnalysis.cpp | 92 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()
|
| HD | ObjCARC.h | 198 if (AA.pointsToConstantMemory(Op)) in IsPotentialRetainableObjPtr() 203 if (AA.pointsToConstantMemory(LI->getPointerOperand())) in IsPotentialRetainableObjPtr()
|
| HD | ObjCARCAliasAnalysis.h | 61 bool pointsToConstantMemory(const MemoryLocation &Loc,
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | AliasAnalysis.cpp | 57 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()
|
| HD | ScopedNoAliasAA.cpp | 104 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()
|
| HD | TypeBasedAliasAnalysis.cpp | 305 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()
|
| HD | AliasDebugger.cpp | 117 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in __anon7c70b4410111::AliasDebugger 120 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
| HD | AliasAnalysisCounter.cpp | 101 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function in __anonc4f796200111::AliasAnalysisCounter 103 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
|
| HD | NoAliasAnalysis.cpp | 56 bool pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() function
|
| HD | BasicAliasAnalysis.cpp | 475 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()
|
| HD | MemoryDependenceAnalysis.cpp | 533 if (AA->pointsToConstantMemory(LoadLoc)) in getPointerDependencyFrom()
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | AliasAnalysis.h | 176 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/ |
| HD | FunctionAttrs.cpp | 212 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/ |
| HD | LICM.cpp | 440 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineInstr.cpp | 1463 AA->pointsToConstantMemory( in isInvariantLoad()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.cpp | 2943 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()
|