Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp749 for (Node *RootN : Worklist) { in switchInternalEdgeToRef()
756 if (RootN->DFSNumber != 0) { in switchInternalEdgeToRef()
762 RootN->DFSNumber = RootN->LowLink = 1; in switchInternalEdgeToRef()
765 DFSStack.push_back({RootN, (*RootN)->call_begin()}); in switchInternalEdgeToRef()
1189 if (RootN->DFSNumber != 0) { in removeInternalRefEdge()
1195 RootN->DFSNumber = RootN->LowLink = 1; in removeInternalRefEdge()
1198 DFSStack.push_back({RootN, (*RootN)->begin()}); in removeInternalRefEdge()
1568 for (Node *RootN : Roots) { in buildGenericSCCs()
1575 if (RootN->DFSNumber != 0) { in buildGenericSCCs()
1581 RootN->DFSNumber = RootN->LowLink = 1; in buildGenericSCCs()
[all …]