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

References

lib/Transforms/IPO/Inliner.cpp
  640         InlineHistoryID = CallSites[CSi].second;
  641         if (InlineHistoryID != -1 &&
  642             InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) {
  688             CS, InlineInfo, InlinedArrayAllocas, InlineHistoryID,
  710           InlineHistory.push_back(std::make_pair(Callee, InlineHistoryID));