reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
695 bool pointsToConstantMemory(const MemoryLocation &Loc, AAQueryInfo &AAQI,
787 return AA.pointsToConstantMemory(Loc, AAQI, OrLocal); 981 return AAR ? AAR->pointsToConstantMemory(Loc, AAQI, OrLocal)lib/Analysis/AliasAnalysis.cpp
123 return pointsToConstantMemory(Loc, AAQIP, OrLocal); 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(Loc, AAQI))