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

References

lib/Transforms/IPO/FunctionImport.cpp
  359     LLVM_DEBUG(dbgs() << " edge -> " << VI << " Threshold:" << Threshold
  368     VI = updateValueInfoForIndirectCalls(Index, VI);
  368     VI = updateValueInfoForIndirectCalls(Index, VI);
  369     if (!VI)
  372     if (DefinedGVSummaries.count(VI.getGUID())) {
  391         VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr)));
  434       CalleeSummary = selectCallee(Index, VI.getSummaryList(), NewThreshold,
  435                                    Summary.modulePath(), Reason, VI.getGUID());
  454               VI, Edge.second.getHotness(), Reason, 1);
  469       auto ILI = ImportList[ExportModulePath].insert(VI.getGUID());
  484         ExportList.insert(VI.getGUID());
  518     Worklist.emplace_back(ResolvedCalleeSummary, AdjThreshold, VI.getGUID());