Searched refs:RootN (Results 1 – 2 of 2) sorted by relevance
799 for (Node *RootN : Worklist) { in switchInternalEdgeToRef()806 if (RootN->DFSNumber != 0) { in switchInternalEdgeToRef()812 RootN->DFSNumber = RootN->LowLink = 1; in switchInternalEdgeToRef()815 DFSStack.emplace_back(RootN, (*RootN)->call_begin()); in switchInternalEdgeToRef()1229 if (RootN->DFSNumber != 0) { in removeInternalRefEdge()1235 RootN->DFSNumber = RootN->LowLink = 1; in removeInternalRefEdge()1238 DFSStack.emplace_back(RootN, (*RootN)->begin()); in removeInternalRefEdge()1805 for (Node *RootN : Roots) { in buildGenericSCCs()1812 if (RootN->DFSNumber != 0) { in buildGenericSCCs()1818 RootN->DFSNumber = RootN->LowLink = 1; in buildGenericSCCs()[all …]
561 for (const Node &RootN : G.nodes()) { in elimMitigatedEdgesAndNodes() local562 if (llvm::none_of(RootN.edges(), MachineGadgetGraph::isGadgetEdge)) in elimMitigatedEdgesAndNodes()578 FindReachableNodes(&RootN, true); in elimMitigatedEdgesAndNodes()581 for (const Edge &E : RootN.edges()) { in elimMitigatedEdgesAndNodes()