Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1120 using node_stack_range = iterator_range<node_stack_iterator>; variable
1196 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1666 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs()
1687 [this, &RC](node_stack_range Nodes) { in buildSCCs()
1724 [this](node_stack_range Nodes) { in buildRefSCCs()