| /src/external/gpl3/gcc/dist/gcc/ |
| sched-deps.cc | 767 bool resolved_p; 769 sd_next_list (insn, &list_types, &list, &resolved_p); 785 bool resolved_p; 787 sd_next_list (insn, &list_types, &list, &resolved_p); 831 Search through resolved dependency lists if RESOLVED_P is true. 836 sd_find_dep_between_no_cache (rtx pro, rtx con, bool resolved_p, 845 if (resolved_p) 892 Search through resolved dependency lists if RESOLVED_P is true. 895 sd_find_dep_between (rtx pro, rtx con, bool resolved_p) 911 return sd_find_dep_between_no_cache (pro, con, resolved_p, NULL) 762 bool resolved_p; local 780 bool resolved_p; local [all...] |
| sched-int.h | 1583 bool resolved_p; 1611 i.resolved_p = false; 1639 &it_ptr->types, &list, &it_ptr->resolved_p); 1578 bool resolved_p; member in struct:_sd_iterator
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sched-deps.cc | 767 bool resolved_p; 769 sd_next_list (insn, &list_types, &list, &resolved_p); 785 bool resolved_p; 787 sd_next_list (insn, &list_types, &list, &resolved_p); 831 Search through resolved dependency lists if RESOLVED_P is true. 836 sd_find_dep_between_no_cache (rtx pro, rtx con, bool resolved_p, 845 if (resolved_p) 892 Search through resolved dependency lists if RESOLVED_P is true. 895 sd_find_dep_between (rtx pro, rtx con, bool resolved_p) 911 return sd_find_dep_between_no_cache (pro, con, resolved_p, NULL) 762 bool resolved_p; local 780 bool resolved_p; local [all...] |
| sched-int.h | 1581 bool resolved_p; 1609 i.resolved_p = false; 1637 &it_ptr->types, &list, &it_ptr->resolved_p); 1576 bool resolved_p; member in struct:_sd_iterator
|