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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:ObjCARCAAResult
75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
80 if (AAResultBase::pointsToConstantMemory(
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal);
H A DAliasAnalysis.cpp92 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, function in class:AAResults
95 if (AA->pointsToConstantMemory(Loc, OrLocal))
223 if (pointsToConstantMemory(Loc))
242 if (pointsToConstantMemory(Loc))
255 if (pointsToConstantMemory(Loc))
268 if (pointsToConstantMemory(Loc))
H A DTypeBasedAliasAnalysis.cpp44 // indicates that the type is "constant" (meaning pointsToConstantMemory
304 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:TypeBasedAAResult
307 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
311 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
319 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
H A DBasicAliasAnalysis.cpp473 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:BasicAAResult
484 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
498 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
516 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
525 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
H A DMemoryDependenceAnalysis.cpp617 if (AA->pointsToConstantMemory(LoadLoc))
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DObjCARCAliasAnalysis.h56 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
H A DTypeBasedAliasAnalysis.h40 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
H A DAliasAnalysis.h229 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
231 /// A convenience wrapper around the primary \c pointsToConstantMemory
233 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { function in class:llvm::AAResults
234 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
597 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
655 bool pointsToConstantMemory(const MemoryLocation &Loc,
657 return Result.pointsToConstantMemory(Loc, OrLocal);
729 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { function in class:llvm::AAResultBase::AAResultsProxy
730 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal)
731 : CurrentResult.pointsToConstantMemory(Lo
777 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal) { function in class:llvm::AAResultBase
[all...]
H A DObjCARCAnalysisUtils.h171 if (AA.pointsToConstantMemory(Op))
176 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
H A DBasicAliasAnalysis.h71 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
131 /// Tracks instructions visited by pointsToConstantMemory.
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp155 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
170 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
177 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
183 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp454 if (AA->pointsToConstantMemory(LI->getOperand(0)))
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1541 AA->pointsToConstantMemory(
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3184 else if (AA->pointsToConstantMemory(MemoryLocation(
3451 if (AA->pointsToConstantMemory(MemoryLocation(
3496 AA->pointsToConstantMemory(MemoryLocation(
5462 if (Builder.AA->pointsToConstantMemory(PtrVal)) {

Completed in 215 milliseconds