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

/freebsd-10-stable/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.h334 if (AA.pointsToConstantMemory(Op))
339 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp53 virtual bool pointsToConstantMemory(const Location &Loc, function in struct:__anon2215::NoAA
H A DAliasAnalysisCounter.cpp101 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:__anon2184::AliasAnalysisCounter
102 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal);
H A DAliasDebugger.cpp116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:__anon2186::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 DTypeBasedAliasAnalysis.cpp44 // indicates that the type is "constant" (meaning pointsToConstantMemory
304 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
466 bool TypeBasedAliasAnalysis::pointsToConstantMemory(const Location &Loc, function in class:TypeBasedAliasAnalysis
469 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
472 if (!M) return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
480 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DBasicAliasAnalysis.cpp481 /// pointsToConstantMemory - Chase pointers until we find a (constant
483 virtual bool pointsToConstantMemory(const Location &Loc, bool OrLocal);
523 // Visited - Track instructions visited by pointsToConstantMemory.
585 /// pointsToConstantMemory - Returns whether the given pointer value
589 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) { function in class:BasicAliasAnalysis
599 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
613 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
631 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
640 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DMemoryDependenceAnalysis.cpp456 if (AA->pointsToConstantMemory(LoadLoc))
/freebsd-10-stable/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-stable/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp209 if (!AA->pointsToConstantMemory(Loc, /*OrLocal=*/true)) {
232 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
239 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
245 if (AA->pointsToConstantMemory(Loc, /*OrLocal=*/true))
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp401 if (AA->pointsToConstantMemory(LI->getOperand(0)))
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1313 if (AA && AA->pointsToConstantMemory(
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3412 else if (AA->pointsToConstantMemory(
5478 if (Builder.AA->pointsToConstantMemory(PtrVal)) {

Completed in 321 milliseconds