Displaying 1 result from an estimated 1 matches for "inlinereportfunction".
2015 Oct 22
8
RFC: Inlining report
...hy the CallSite was or was not inlined
(3) The inlining cost, outer inlining cost, and threshold values used in calculating the profitability of inlining
(4) A vector of InlineReportCallSite*, each of which points to an InlineReportCallSite for a CallSite exposed when CS was inlined.
class InlineReportFunction
This class contains the inlining report information specific to a particular Function F in the call graph, including:
(1) A bool indicating whether the function has been dead static eliminated.
(2) A vector of call InlineReportCallSite*, each of which points to an InlineReportCallSite for...