Lines Matching refs:SCC
66 virtual bool runOnSCC(CallGraphSCC &SCC);
99 bool ArgPromotion::runOnSCC(CallGraphSCC &SCC) {
102 do { // Iterate until we stop promoting from this SCC.
104 // Attempt to promote arguments from all functions in this SCC.
105 for (CallGraphSCC::iterator I = SCC.begin(), E = SCC.end(); I != E; ++I) {
108 SCC.ReplaceNode(*I, CGN);