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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:ObjCARCAAResult
75 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
80 if (AAResultBase::pointsToConstantMemory(
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), AAQI,
H A DAliasAnalysis.cpp121 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, function in class:AAResults
124 return pointsToConstantMemory(Loc, AAQIP, OrLocal);
127 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, function in class:AAResults
130 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal))
239 if (isModSet(Result) && pointsToConstantMemory(Loc, /*OrLocal*/ false))
479 if (pointsToConstantMemory(Loc, AAQI))
501 if (Loc.Ptr && pointsToConstantMemory(Loc, AAQI))
524 if (pointsToConstantMemory(Loc, AAQI))
548 if (pointsToConstantMemory(Loc, AAQI))
568 if (pointsToConstantMemory(Lo
[all...]
H A DTypeBasedAliasAnalysis.cpp43 // indicates that the type is "constant" (meaning pointsToConstantMemory
384 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:TypeBasedAAResult
388 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
392 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
400 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
H A DBasicAliasAnalysis.cpp654 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:BasicAAResult
665 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
679 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
697 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
706 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
H A DMemoryDependenceAnalysis.cpp610 if (AA.pointsToConstantMemory(LoadLoc))
H A DMemorySSA.cpp380 AA.pointsToConstantMemory(MemoryLocation(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp92 bool AMDGPUAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:AMDGPUAAResult
110 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
137 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
H A DAMDGPUAliasAnalysis.h49 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAliasAnalysis.h57 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DTypeBasedAliasAnalysis.h45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
H A DAliasAnalysis.h393 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
395 /// A convenience wrapper around the primary \c pointsToConstantMemory
397 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { function in class:llvm::AAResults
398 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
695 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
786 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) { function in class:llvm::BatchAAResults
787 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal);
844 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
903 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
905 return Result.pointsToConstantMemory(Lo
979 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, function in class:llvm::AAResultBase::AAResultsProxy
1037 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, function in class:llvm::AAResultBase
[all...]
H A DObjCARCAnalysisUtils.h184 if (AA.pointsToConstantMemory(Op))
189 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
H A DBasicAliasAnalysis.h94 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
163 /// Tracks instructions visited by pointsToConstantMemory.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp175 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
190 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
197 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
203 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp555 if (AA->pointsToConstantMemory(LI->getOperand(0)) ||
H A DLICM.cpp1104 if (AA->pointsToConstantMemory(LI->getOperand(0)))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1424 if (AA->pointsToConstantMemory(Ptr))
H A DInstCombineCalls.cpp134 if (AA->pointsToConstantMemory(MI->getDest())) {
244 if (AA->pointsToConstantMemory(MI->getDest())) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1339 AA->pointsToConstantMemory(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4087 AA->pointsToConstantMemory(MemoryLocation(
4204 !AA->pointsToConstantMemory(MemoryLocation(
4541 bool AddToChain = !AA || !AA->pointsToConstantMemory(ML);
4590 AA->pointsToConstantMemory(
7284 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) {

Completed in 396 milliseconds