Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-build.cc41 ira_loop_tree_node_t ira_loop_tree_root; variable
200 && ira_loop_tree_root != &ira_loop_nodes[i]) in more_one_region_p()
362 ira_loop_tree_root = IRA_LOOP_NODE_BY_INDEX (0); in form_loop_tree()
363 ira_loop_tree_height = setup_loop_tree_level (ira_loop_tree_root, 0); in form_loop_tree()
364 ira_assert (ira_loop_tree_root->regno_allocno_map != NULL); in form_loop_tree()
1966 else if (loop_node != ira_loop_tree_root) in create_loop_tree_node_allocnos()
1988 if (loop_tree_node == ira_loop_tree_root) in propagate_modified_regnos()
2110 ira_traverse_loop_tree (true, ira_loop_tree_root, in create_allocnos()
2113 ira_traverse_loop_tree (false, ira_loop_tree_root, NULL, in create_allocnos()
2575 if (a_node == ira_loop_tree_root || ALLOCNO_CAP_MEMBER (a) != NULL) in remove_low_level_allocnos()
[all …]
Dira-conflicts.cc538 if (ALLOCNO_LOOP_TREE_NODE (a1) == ira_loop_tree_root) in propagate_copies()
540 ira_assert ((ALLOCNO_LOOP_TREE_NODE (a2) != ira_loop_tree_root)); in propagate_copies()
814 ira_traverse_loop_tree (true, ira_loop_tree_root, add_copies, NULL); in ira_build_conflicts()
Dira-emit.cc573 if (node != ira_loop_tree_root) in change_loop()
1277 ira_traverse_loop_tree (true, ira_loop_tree_root, change_loop, NULL); in ira_emit()
Dira-lives.cc1523 if (loop_tree_node != ira_loop_tree_root) in process_bb_node_lives()
1734 ira_traverse_loop_tree (true, ira_loop_tree_root, NULL, in ira_create_allocno_live_ranges()
Dira-int.h143 extern ira_loop_tree_node_t ira_loop_tree_root;
Dira-costs.cc1834 ira_traverse_loop_tree (true, ira_loop_tree_root, in find_costs_and_classes()
2277 ira_traverse_loop_tree (true, ira_loop_tree_root, in setup_allocno_class_and_costs()
Dira-color.cc3764 ira_traverse_loop_tree (false, ira_loop_tree_root, color_pass, NULL); in do_coloring()
4082 if ((a1 = ira_loop_tree_root->regno_allocno_map[regno1]) == NULL in conflict_by_live_ranges_p()
4083 || (a2 = ira_loop_tree_root->regno_allocno_map[regno2]) == NULL) in conflict_by_live_ranges_p()
Dira.cc2933 if (ira_loop_tree_root->reg_pressure[pclass] > 10000) in too_high_register_pressure_p()