Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp144 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
233 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in TypeBasedAliasAnalysis
236 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
239 if (!M) return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
246 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DAliasAnalysis.cpp52 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in AliasAnalysis
55 return AA->pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
109 if ((Mask & Mod) && pointsToConstantMemory(Loc)) in getModRefInfo()
297 if (pointsToConstantMemory(Loc)) in getModRefInfo()
313 if (pointsToConstantMemory(Loc)) in getModRefInfo()
DAliasDebugger.cpp116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in __anon2ece72570111::AliasDebugger
118 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DAliasAnalysisCounter.cpp101 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in __anonb65bdf760111::AliasAnalysisCounter
102 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DNoAliasAnalysis.cpp53 virtual bool pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function
DBasicAliasAnalysis.cpp494 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
564 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) { in pointsToConstantMemory() function in BasicAliasAnalysis
574 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
588 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
606 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
615 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
DMemoryDependenceAnalysis.cpp419 if (AA->pointsToConstantMemory(LoadLoc)) in getPointerDependencyFrom()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp146 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) { in AddReadAttrs()
169 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
176 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
182 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) in AddReadAttrs()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h201 virtual bool pointsToConstantMemory(const Location &Loc,
205 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
206 return pointsToConstantMemory(Location(P), OrLocal);
/external/llvm/lib/Transforms/Scalar/
DObjCARC.cpp631 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
689 ObjCARCAliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() function in ObjCARCAliasAnalysis
692 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal); in pointsToConstantMemory()
697 if (AliasAnalysis::pointsToConstantMemory(Location(S, Loc.Size, Loc.TBAATag), in pointsToConstantMemory()
705 return AliasAnalysis::pointsToConstantMemory(Location(U), OrLocal); in pointsToConstantMemory()
DLICM.cpp365 if (AA->pointsToConstantMemory(LI->getOperand(0))) in canSinkOrHoistInst()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1251 if (AA && AA->pointsToConstantMemory( in isInvariantLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3109 else if (AA->pointsToConstantMemory( in visitLoad()
5155 if (Builder.AA->pointsToConstantMemory(PtrVal)) { in getMemCmpLoad()