Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Direct

664 /// a direct call by that pass.
668 /// an indirect call to a direct call, even if doing so does not alter the
669 /// shape of the graph. Note that this only pertains to direct calls to
697 // Struct to track the counts of direct and indirect calls in each function
700 int Direct;
705 // direct calls for each function in the SCC.
717 ++Count.Direct;
764 // We now have a direct call where previously we had an indirect call,
770 // Rescan to build up a new set of handles and count how many direct
778 // of direct calls for any function in the SCC. This can be fooled by all
784 CallCounts[i].Direct < NewCallCounts[i].Direct) {