reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/AliasAnalysis.h
  393   bool pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal = false);

References

include/llvm/Analysis/AliasAnalysis.h
  398     return pointsToConstantMemory(MemoryLocation(P), OrLocal);
lib/Analysis/AliasAnalysis.cpp
  238   if (isModSet(Result) && pointsToConstantMemory(Loc, /*OrLocal*/ false))
lib/Analysis/MemoryDependenceAnalysis.cpp
  609       if (AA.pointsToConstantMemory(LoadLoc))
lib/Analysis/MemorySSA.cpp
  379                               AA.pointsToConstantMemory(MemoryLocation(
lib/CodeGen/MachineInstr.cpp
 1339           AA->pointsToConstantMemory(
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4047            AA->pointsToConstantMemory(MemoryLocation(
 4164        !AA->pointsToConstantMemory(MemoryLocation(
 4473   bool AddToChain = !AA || !AA->pointsToConstantMemory(ML);
 4518       AA->pointsToConstantMemory(
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))