Searched defs:forest (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | et-forest.c | 65 et_forest_t forest; member 437 et_forest_t forest = xmalloc (sizeof (struct et_forest)); in et_forest_create() local 447 et_forest_delete (forest) in et_forest_delete() argument 459 et_forest_add_node (forest, value) in et_forest_add_node() argument 484 et_forest_add_edge (forest, parent_node, child_node) in et_forest_add_edge() argument 529 et_forest_remove_node (forest, node) in et_forest_remove_node() argument 542 et_forest_remove_edge (forest, parent_node, child_node) in et_forest_remove_edge() argument 582 et_forest_parent (forest, node) in et_forest_parent() argument 598 et_forest_common_ancestor (forest, node1, node2) in et_forest_common_ancestor() argument 644 et_forest_node_value (forest, node) in et_forest_node_value() argument [all …]
|
| H A D | dominance.c | 46 et_forest_t forest; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | cortex-a57-fma-steering.cc | 447 dump_forest_info (fma_forest *forest) in dump_forest_info() 471 dispatch_forest (fma_forest *forest) in dispatch_forest() 556 fma_node::dump_info (ATTRIBUTE_UNUSED fma_forest *forest) in dump_info() 589 dump_tree_node_info (fma_forest *forest, fma_node *node) in dump_tree_node_info() 600 fma_node::rename (fma_forest *forest) in rename() 663 rename_fma_node (fma_forest *forest, fma_node *node) in rename_fma_node() 690 fma_root_node::dump_info (fma_forest *forest) in dump_info() 706 dump_tree_root_info (fma_forest *forest, fma_root_node *node) in dump_tree_root_info() 730 func_fma_steering::remove_forest (fma_forest *forest) in remove_forest() 777 fma_forest *forest; in analyze_fma_fmul_insn() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | cortex-a57-fma-steering.c | 447 dump_forest_info (fma_forest *forest) in dump_forest_info() 471 dispatch_forest (fma_forest *forest) in dispatch_forest() 556 fma_node::dump_info (ATTRIBUTE_UNUSED fma_forest *forest) in dump_info() 589 dump_tree_node_info (fma_forest *forest, fma_node *node) in dump_tree_node_info() 600 fma_node::rename (fma_forest *forest) in rename() 663 rename_fma_node (fma_forest *forest, fma_node *node) in rename_fma_node() 690 fma_root_node::dump_info (fma_forest *forest) in dump_info() 706 dump_tree_root_info (fma_forest *forest, fma_root_node *node) in dump_tree_root_info() 730 func_fma_steering::remove_forest (fma_forest *forest) in remove_forest() 777 fma_forest *forest; in analyze_fma_fmul_insn() local [all …]
|
| /openbsd-src/regress/usr.bin/ssh/ |
| H A D | scp.sh | 29 forest() { function
|
| H A D | scp3.sh | 24 forest() { function
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 123 const std::vector<TraceDumper::FunctionCallUP> &forest) override { in FunctionCallForest() 319 const std::vector<TraceDumper::FunctionCallUP> &forest) override { in FunctionCallForest()
|
| /openbsd-src/bin/ps/ |
| H A D | ps.c | 103 int forest; in main() local
|