Searched defs:sccNode (Results 1 – 4 of 4) sorted by relevance
155 void RemoveInScc(SCCNode<T> *const sccNode) in RemoveInScc()259 SCCNode<T> *sccNode = cgAlloc.GetMemPool()->New<SCCNode<T>>(numOfSccs++, cgAlloc); in BuildSCCDFS() local
410 SCCNode<CGNode> *sccNode; // the id of the scc where this cgnode belongs to variable
817 auto *sccNode = GetAlloc().GetMemPool()->New<SCCOfBBs>(numOfSCCs++, &bb, &GetAlloc()); in BuildSCCDFS() local
1737 SCCNode<CGNode> *sccNode = sccTopologicalVec[idx]; in RemoveFileStaticSCC() local1803 SCCNode<CGNode> *sccNode = *it; in SetCompilationFunclist() local