Home
last modified time | relevance | path

Searched refs:to_remove_p (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-build.cc2249 if (l1->to_remove_p && ! l2->to_remove_p) in loop_compare_func()
2251 if (! l1->to_remove_p && l2->to_remove_p) in loop_compare_func()
2291 ira_loop_nodes[i].to_remove_p = false; in mark_loops_for_removal()
2295 ira_loop_nodes[i].to_remove_p in mark_loops_for_removal()
2306 sorted_loops[i]->to_remove_p = true; in mark_loops_for_removal()
2335 ira_loop_nodes[i].to_remove_p = false; in mark_all_loops_for_removal()
2338 ira_loop_nodes[i].to_remove_p = true; in mark_all_loops_for_removal()
2367 remove_p = node->to_remove_p; in remove_uneccesary_loop_nodes_from_loop_tree()
2505 if (! a_node->to_remove_p) in remove_unnecessary_allocnos()
2511 && parent->to_remove_p; in remove_unnecessary_allocnos()
Dira-int.h107 bool to_remove_p; member
DChangeLog-20081586 * ira-int.h (struct ira_loop_tree_node): New member to_remove_p.
1597 to_remove_p.