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

References

lib/Analysis/ModuleSummaryAnalysis.cpp
  664       CantBePromoted.insert(V->getGUID());
  695           CantBePromoted.insert(GV->getGUID());
  750                            CantBePromoted, IsThinLTO);
  759     computeVariableSummary(Index, G, CantBePromoted, M, Types);
  765     computeAliasSummary(Index, A, CantBePromoted);
  797           return !CantBePromoted.count(VI.getGUID());
  807             return !CantBePromoted.count(Edge.first.getGUID());