Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp436 ResultSCCs.push_back(G->formSCC(N, PendingSCCStack)); in internalDFS()
580 LazyCallGraph::SCC *LazyCallGraph::formSCC(Node *RootN, in formSCC() function in LazyCallGraph
667 return formSCC(N, PendingSCCStack); in getNextSCCInPostOrder()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h513 SCC *formSCC(Node *RootN, SmallVectorImpl<Node *> &NodeStack);