Lines Matching refs:SCC
473 const std::vector<CallGraphNode *> &SCC = *I; in CollectSCCMembership() local
474 assert(!SCC.empty() && "SCC with no functions?"); in CollectSCCMembership()
476 for (auto *CGN : SCC) in CollectSCCMembership()
491 const std::vector<CallGraphNode *> &SCC = *I; in AnalyzeCallGraph() local
492 assert(!SCC.empty() && "SCC with no functions?"); in AnalyzeCallGraph()
494 Function *F = SCC[0]->getFunction(); in AnalyzeCallGraph()
500 for (auto *Node : SCC) in AnalyzeCallGraph()
524 for (unsigned i = 0, e = SCC.size(); i != e && !KnowNothing; ++i) { in AnalyzeCallGraph()
552 for (CallGraphNode::iterator CI = SCC[i]->begin(), E = SCC[i]->end(); in AnalyzeCallGraph()
562 if (!is_contained(SCC, CalleeNode)) in AnalyzeCallGraph()
573 for (auto *Node : SCC) in AnalyzeCallGraph()
579 for (auto *Node : SCC) { in AnalyzeCallGraph()
617 for (unsigned i = 1, e = SCC.size(); i != e; ++i) in AnalyzeCallGraph()
618 FunctionInfos[SCC[i]->getFunction()] = CachedFI; in AnalyzeCallGraph()