Searched refs:shouldInline (Results 1 – 2 of 2) sorted by relevance
86 bool shouldInline(CallSite CS);
298 bool Inliner::shouldInline(CallSite CS) { in shouldInline() function in Inliner537 if (!shouldInline(CS)) { in runOnSCC()