Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp812 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp562 for (const Node &RootN : G.nodes()) { in elimMitigatedEdgesAndNodes() local
563 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()