Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Direct

616 /// a direct call by that pass.
620 /// an indirect call to a direct call, even if doing so does not alter the
621 /// shape of the graph. Note that this only pertains to direct calls to
651 // Struct to track the counts of direct and indirect calls in each function
654 int Direct;
659 // direct calls for each function in the SCC.
671 ++Count.Direct;
719 // We now have a direct call where previously we had an indirect call,
725 // Rescan to build up a new set of handles and count how many direct
733 // of direct calls for any function in the SCC. This can be fooled by all
739 CallCounts[i].Direct < NewCallCounts[i].Direct) {