HomeSort by: relevance | last modified time | path
    Searched refs:pointsToConstantMemory (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ObjCARCAnalysisUtils.cpp 35 if (AA.pointsToConstantMemory(Op))
40 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
ObjCARCAliasAnalysis.cpp 73 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
76 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
81 if (AAResultBase::pointsToConstantMemory(
89 return AAResultBase::pointsToConstantMemory(
AliasAnalysis.cpp 163 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc,
166 return pointsToConstantMemory(Loc, AAQIP, OrLocal);
169 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc,
172 if (AA->pointsToConstantMemory(Loc, AAQI, OrLocal))
280 if (isModSet(Result) && pointsToConstantMemory(Loc, AAQI, /*OrLocal*/ false))
522 if (pointsToConstantMemory(Loc, AAQI))
544 if (Loc.Ptr && pointsToConstantMemory(Loc, AAQI))
567 if (pointsToConstantMemory(Loc, AAQI))
591 if (pointsToConstantMemory(Loc, AAQI))
611 if (pointsToConstantMemory(Loc, AAQI)
    [all...]
TypeBasedAliasAnalysis.cpp 43 // indicates that the type is "constant" (meaning pointsToConstantMemory
385 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
389 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
393 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
401 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
BasicAliasAnalysis.cpp 604 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
615 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
629 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
647 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
655 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
MemoryDependenceAnalysis.cpp 540 if (BatchAA.pointsToConstantMemory(LoadLoc))
MemorySSA.cpp 369 AA.pointsToConstantMemory(MemoryLocation::get(LI));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAliasAnalysis.cpp 122 bool AMDGPUAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
144 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
171 return AAResultBase::pointsToConstantMemory(Loc, AAQI, OrLocal);
AMDGPUAliasAnalysis.h 45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 57 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
TypeBasedAliasAnalysis.h 45 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
AliasAnalysis.h 540 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);
542 /// A convenience wrapper around the primary \c pointsToConstantMemory
544 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
545 return pointsToConstantMemory(MemoryLocation::getBeforeOrAfter(P), OrLocal);
844 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
905 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false) {
906 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal);
976 virtual bool pointsToConstantMemory(const MemoryLocation &Loc,
1035 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
1037 return Result.pointsToConstantMemory(Loc, AAQI, OrLocal)
    [all...]
BasicAliasAnalysis.h 87 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
180 /// Tracks instructions visited by pointsToConstantMemory.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 184 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
199 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
206 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
212 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 135 if (!AA->pointsToConstantMemory(MI->getSource()))
1387 if (AA->pointsToConstantMemory(Ptr))
InstCombineCalls.cpp 128 if (AA->pointsToConstantMemory(MI->getDest())) {
237 if (AA->pointsToConstantMemory(MI->getDest())) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 557 if (AA->pointsToConstantMemory(LI->getOperand(0)) ||
LICM.cpp 1183 if (AA->pointsToConstantMemory(LI->getOperand(0)))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 1428 AA->pointsToConstantMemory(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4080 AA->pointsToConstantMemory(MemoryLocation(
4191 !AA->pointsToConstantMemory(MemoryLocation(
4499 bool AddToChain = !AA || !AA->pointsToConstantMemory(ML);
7536 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) {

Completed in 45 milliseconds