reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
714 Index.addGlobalValueSummary(*GV, std::move(Summary)); 720 Index.addGlobalValueSummary(*GV, std::move(Summary)); 748 computeFunctionSummary(Index, M, F, BFI, PSI, DT, 759 computeVariableSummary(Index, G, CantBePromoted, M, Types); 765 computeAliasSummary(Index, A, CantBePromoted); 768 auto *Summary = Index.getGlobalValueSummary(*V); 776 setLiveRoot(Index, "llvm.used"); 777 setLiveRoot(Index, "llvm.compiler.used"); 778 setLiveRoot(Index, "llvm.global_ctors"); 779 setLiveRoot(Index, "llvm.global_dtors"); 780 setLiveRoot(Index, "llvm.global.annotations"); 782 for (auto &GlobalList : Index) { 820 Index.exportToDot(OSDot); 823 return Index;