Home
last modified time | relevance | path

Searched refs:RootN (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp813 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 …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp563 for (const Node &RootN : G.nodes()) { in elimMitigatedEdgesAndNodes() local
564 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()