Searched refs:RootN (Results 1 – 2 of 2) sorted by relevance
812 for (Node *RootN : Worklist) { in switchInternalEdgeToRef()819 if (RootN->DFSNumber != 0) { in switchInternalEdgeToRef()825 RootN->DFSNumber = RootN->LowLink = 1; in switchInternalEdgeToRef()828 DFSStack.push_back({RootN, (*RootN)->call_begin()}); in switchInternalEdgeToRef()1244 if (RootN->DFSNumber != 0) { in removeInternalRefEdge()1250 RootN->DFSNumber = RootN->LowLink = 1; in removeInternalRefEdge()1253 DFSStack.push_back({RootN, (*RootN)->begin()}); in removeInternalRefEdge()1808 for (Node *RootN : Roots) { in buildGenericSCCs()1815 if (RootN->DFSNumber != 0) { in buildGenericSCCs()1821 RootN->DFSNumber = RootN->LowLink = 1; in buildGenericSCCs()[all …]
562 for (const Node &RootN : G.nodes()) { in elimMitigatedEdgesAndNodes() local563 if (llvm::none_of(RootN.edges(), MachineGadgetGraph::isGadgetEdge)) in elimMitigatedEdgesAndNodes()579 FindReachableNodes(&RootN, true); in elimMitigatedEdgesAndNodes()582 for (const Edge &E : RootN.edges()) { in elimMitigatedEdgesAndNodes()