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

References

include/llvm/Analysis/ObjCARCAnalysisUtils.h
  184   if (AA.pointsToConstantMemory(Op))
  189     if (AA.pointsToConstantMemory(LI->getPointerOperand()))
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7223   if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) {
lib/Transforms/InstCombine/InstCombineCalls.cpp
  128   if (AA->pointsToConstantMemory(MI->getDest())) {
  238   if (AA->pointsToConstantMemory(MI->getDest())) {
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1403   if (AA->pointsToConstantMemory(Ptr))
lib/Transforms/Scalar/LICM.cpp
 1101     if (AA->pointsToConstantMemory(LI->getOperand(0)))
lib/Transforms/Scalar/LoopPredication.cpp
  545         if (AA->pointsToConstantMemory(LI->getOperand(0)) ||