Searched refs:RootN (Results 1 – 2 of 2) sorted by relevance
813 for (Node *RootN : Worklist) { in switchInternalEdgeToRef()820 if (RootN->DFSNumber != 0) { in switchInternalEdgeToRef()826 RootN->DFSNumber = RootN->LowLink = 1; in switchInternalEdgeToRef()829 DFSStack.push_back({RootN, (*RootN)->call_begin()}); in switchInternalEdgeToRef()1245 if (RootN->DFSNumber != 0) { in removeInternalRefEdge()1251 RootN->DFSNumber = RootN->LowLink = 1; in removeInternalRefEdge()1254 DFSStack.push_back({RootN, (*RootN)->begin()}); in removeInternalRefEdge()1796 for (Node *RootN : Roots) { in buildGenericSCCs()1803 if (RootN->DFSNumber != 0) { in buildGenericSCCs()1809 RootN->DFSNumber = RootN->LowLink = 1; in buildGenericSCCs()[all …]
563 for (const Node &RootN : G.nodes()) { in elimMitigatedEdgesAndNodes() local564 if (llvm::none_of(RootN.edges(), MachineGadgetGraph::isGadgetEdge)) in elimMitigatedEdgesAndNodes()580 FindReachableNodes(&RootN, true); in elimMitigatedEdgesAndNodes()583 for (const Edge &E : RootN.edges()) { in elimMitigatedEdgesAndNodes()