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

/freebsd-10.0-release/contrib/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.h332 if (AA.pointsToConstantMemory(Op))
337 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp53 virtual bool pointsToConstantMemory(const Location &Loc, function in struct:__anon2100::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:__anon2069::AliasAnalysisCounter
102 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal);
H A DAliasDebugger.cpp116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:__anon2071::AliasDebugger
118 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DAliasAnalysis.cpp56 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, function in class:AliasAnalysis
59 return AA->pointsToConstantMemory(Loc, OrLocal);
113 if ((Mask & Mod) && pointsToConstantMemory(Loc))
314 if (pointsToConstantMemory(Loc))
330 if (pointsToConstantMemory(Loc))
H A DBasicAliasAnalysis.cpp497 /// pointsToConstantMemory - Chase pointers until we find a (constant
499 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
525 // Visited - Track instructions visited by pointsToConstantMemory.
571 /// pointsToConstantMemory - Returns whether the given pointer value
575 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:BasicAliasAnalysis
585 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
599 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
617 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
626 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DMemoryDependenceAnalysis.cpp455 if (AA->pointsToConstantMemory(LoadLoc))
/freebsd-10.0-release/contrib/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);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp201 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) {
224 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
231 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
237 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp401 if (AA->pointsToConstantMemory(LI->getOperand(0)))
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1336 if (AA && AA->pointsToConstantMemory(
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3285 else if (AA->pointsToConstantMemory(
5402 if (Builder.AA->pointsToConstantMemory(PtrVal)) {

Completed in 289 milliseconds