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

References

lib/Transforms/IPO/FunctionImport.cpp
  737   assert(!Index.withGlobalValueDeadStripping());
  747     ValueInfo VI = Index.getValueInfo(GUID);
  755   for (const auto &Entry : Index) {
  756     auto VI = Index.getValueInfo(Entry);
  776     VI = updateValueInfoForIndirectCalls(Index, VI);
  839   Index.setWithGlobalValueDeadStripping();
  841   unsigned DeadSymbols = Index.size() - LiveSymbols;