HomeSort by relevance Sort by last modified time
    Searched refs:pointsToConstantMemory (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Analysis/
ObjCARCAliasAnalysis.cpp 72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
75 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
80 if (AAResultBase::pointsToConstantMemory(
88 return AAResultBase::pointsToConstantMemory(MemoryLocation(U), OrLocal);
AliasAnalysis.cpp 92 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc,
95 if (AA->pointsToConstantMemory(Loc, OrLocal))
223 if (pointsToConstantMemory(Loc))
242 if (pointsToConstantMemory(Loc))
255 if (pointsToConstantMemory(Loc))
268 if (pointsToConstantMemory(Loc))
TypeBasedAliasAnalysis.cpp 44 // indicates that the type is "constant" (meaning pointsToConstantMemory
304 bool TypeBasedAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
307 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
311 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
319 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
BasicAliasAnalysis.cpp 473 bool BasicAAResult::pointsToConstantMemory(const MemoryLocation &Loc,
484 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
498 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
516 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
525 return AAResultBase::pointsToConstantMemory(Loc, OrLocal);
    [all...]
MemoryDependenceAnalysis.cpp 617 if (AA->pointsToConstantMemory(LoadLoc))
    [all...]
  /external/llvm/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 56 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
TypeBasedAliasAnalysis.h 40 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
ObjCARCAnalysisUtils.h 171 if (AA.pointsToConstantMemory(Op))
176 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
AliasAnalysis.h 229 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) {
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) {
730 return AAR ? AAR->pointsToConstantMemory(Loc, OrLocal)
731 : CurrentResult.pointsToConstantMemory(Loc, OrLocal)
    [all...]
BasicAliasAnalysis.h 71 bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal);
131 /// Tracks instructions visited by pointsToConstantMemory.
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 174 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
189 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
196 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
202 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 450 if (AA->pointsToConstantMemory(LI->getOperand(0)))
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 439 milliseconds