Searched refs:pointsToConstantMemory (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAliasAnalysis.cpp87 ObjCARCAliasAnalysis::pointsToConstantMemory(const Location &Loc, function in class:ObjCARCAliasAnalysis
90 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
95 if (AliasAnalysis::pointsToConstantMemory(Location(S, Loc.Size, Loc.TBAATag),
103 return AliasAnalysis::pointsToConstantMemory(Location(U), OrLocal);
H A DObjCARCAliasAnalysis.h62 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
H A DObjCARC.h334 if (AA.pointsToConstantMemory(Op))
339 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
/external/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp53 virtual bool pointsToConstantMemory(const Location &Loc, function in struct:__anon22022::NoAA
H A DTypeBasedAliasAnalysis.cpp39 // indicates that the type is "constant" (meaning pointsToConstantMemory
237 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
390 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const Location &Loc, function in class:TypeBasedAliasAnalysis
393 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
396 if (!M) return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
404 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DAliasAnalysisCounter.cpp101 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:__anon21991::AliasAnalysisCounter
102 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal);
H A DAliasDebugger.cpp116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:__anon21993::AliasDebugger
118 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DAliasAnalysis.cpp57 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, function in class:AliasAnalysis
60 return AA->pointsToConstantMemory(Loc, OrLocal);
114 if ((Mask & Mod) && pointsToConstantMemory(Loc))
315 if (pointsToConstantMemory(Loc))
331 if (pointsToConstantMemory(Loc))
H A DBasicAliasAnalysis.cpp508 /// pointsToConstantMemory - Chase pointers until we find a (constant
510 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
536 // Visited - Track instructions visited by pointsToConstantMemory.
582 /// pointsToConstantMemory - Returns whether the given pointer value
586 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:BasicAliasAnalysis
596 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
610 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
628 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
637 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DMemoryDependenceAnalysis.cpp455 if (AA->pointsToConstantMemory(LoadLoc))
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h212 /// pointsToConstantMemory - If the specified memory location is
216 virtual bool pointsToConstantMemory(const Location &Loc,
219 /// pointsToConstantMemory - A convenient wrapper.
220 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { function in class:llvm::AliasAnalysis
221 return pointsToConstantMemory(Location(P), OrLocal);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp208 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) {
231 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
238 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
244 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp401 if (AA->pointsToConstantMemory(LI->getOperand(0)))
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1310 if (AA && AA->pointsToConstantMemory(
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3309 else if (AA->pointsToConstantMemory(
5428 if (Builder.AA->pointsToConstantMemory(PtrVal)) {

Completed in 1441 milliseconds