Searched refs:node_stack_range (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 835 typedef iterator_range<node_stack_iterator> node_stack_range; typedef 900 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1115 using node_stack_range = iterator_range<node_stack_iterator>; variable 1196 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1115 using node_stack_range = iterator_range<node_stack_iterator>; variable 1196 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1115 using node_stack_range = iterator_range<node_stack_iterator>; variable 1196 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 1115 using node_stack_range = iterator_range<node_stack_iterator>; variable 1196 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1115 using node_stack_range = iterator_range<node_stack_iterator>; variable 1196 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 1120 using node_stack_range = iterator_range<node_stack_iterator>; variable 1196 void buildSCCs(RefSCC &RC, node_stack_range Nodes);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1666 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1888 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs() 1909 [this, &RC](node_stack_range Nodes) { in buildSCCs() 1943 [this](node_stack_range Nodes) { in buildRefSCCs()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1282 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs() 1495 auto RefSCCNodes = node_stack_range( in getNextRefSCCInPostOrder()
|