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

/freebsd-13-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))
238 if (isModSet(Result) && pointsToConstantMemory(Loc, /*OrLocal*/ false))
478 if (pointsToConstantMemory(Loc, AAQI))
500 if (Loc.Ptr && pointsToConstantMemory(Loc, AAQI))
523 if (pointsToConstantMemory(Loc, AAQI))
547 if (pointsToConstantMemory(Loc, AAQI))
567 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.cpp656 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:BasicAAResult
667 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
681 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
699 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
708 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
H A DMemoryDependenceAnalysis.cpp521 if (AA.pointsToConstantMemory(LoadLoc))
H A DMemorySSA.cpp380 AA.pointsToConstantMemory(MemoryLocation(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp92 bool AMDGPUAAResult::pointsToConstantMemory(const MemoryLocation &Loc, function in class:AMDGPUAAResult
114 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
141 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
H A DAMDGPUAliasAnalysis.h49 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
/freebsd-13-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.h438 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
440 /// A convenience wrapper around the primary \c pointsToConstantMemory
442 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) { function in class:llvm::AAResults
443 return pointsToConstantMemory(MemoryLocation(P), OrLocal);
737 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
828 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) { function in class:llvm::BatchAAResults
829 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal);
886 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
945 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
947 return Result.pointsToConstantMemory(Lo
1021 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, function in class:llvm::AAResultBase::AAResultsProxy
1079 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI, function in class:llvm::AAResultBase
[all...]
H A DObjCARCAnalysisUtils.h172 if (AA.pointsToConstantMemory(Op))
177 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
H A DBasicAliasAnalysis.h94 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
165 /// Tracks instructions visited by pointsToConstantMemory.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp173 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
188 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
195 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
201 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp134 if (!AA->pointsToConstantMemory(MI->getSource()))
1364 if (AA->pointsToConstantMemory(Ptr))
H A DInstCombineCalls.cpp138 if (AA->pointsToConstantMemory(MI->getDest())) {
247 if (AA->pointsToConstantMemory(MI->getDest())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp556 if (AA->pointsToConstantMemory(LI->getOperand(0)) ||
H A DLICM.cpp1059 if (AA->pointsToConstantMemory(LI->getOperand(0)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1379 AA->pointsToConstantMemory(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3983 AA->pointsToConstantMemory(MemoryLocation(
4094 !AA->pointsToConstantMemory(MemoryLocation(
4393 bool AddToChain = !AA || !AA->pointsToConstantMemory(ML);
7252 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) {

Completed in 381 milliseconds