Home
last modified time | relevance | path

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

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