HomeSort by: relevance | last modified time | path
    Searched defs:first_set (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 746 int first_set;
919 return info->first_set >= DF_INSN_LUID (insn);
1442 first_set records the first place in the block where the register
1448 last_bb records the block for which first_set and last_set are
1461 info->first_set = luid;
2233 rtx set, first_set;
2248 first_set = NULL_RTX;
2258 if (first_set == NULL_RTX)
2259 first_set = x;
2268 gcc_assert (first_set);
737 int first_set; member in struct:reg_avail_info
2220 rtx set, first_set; local
    [all...]
ifcvt.cc 3321 rtx first_set = single_set (first_insn);
3323 if (!first_set)
3331 *simple_p = noce_operand_ok (SET_DEST (first_set));
3332 *cost += pattern_cost (first_set, speed_p);
3318 rtx first_set = single_set (first_insn); local
tree-ssa-sccvn.cc 1881 saved_operands (vNULL), first_set (-2), first_base_set (-2),
1950 alias_set_type first_set; member in struct:vn_walk_cb_data
1970 if (first_set != -2)
1972 set = first_set;
2069 first_set = set;
2373 return finish (first_set, first_base_set, val);
3695 if (data->first_set == -2)
3697 data->first_set = ao_ref_alias_set (&lhs_ref);
3885 if (data->first_set == -2)
3887 data->first_set = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 746 int first_set;
918 return info->first_set >= DF_INSN_LUID (insn);
1441 first_set records the first place in the block where the register
1447 last_bb records the block for which first_set and last_set are
1460 info->first_set = luid;
2219 rtx set, first_set;
2234 first_set = NULL_RTX;
2244 if (first_set == NULL_RTX)
2245 first_set = x;
2254 gcc_assert (first_set);
737 int first_set; member in struct:reg_avail_info
2206 rtx set, first_set; local
    [all...]
ifcvt.cc 3100 rtx first_set = single_set (first_insn);
3102 if (!first_set)
3110 *simple_p = noce_operand_ok (SET_DEST (first_set));
3111 *cost += pattern_cost (first_set, speed_p);
3097 rtx first_set = single_set (first_insn); local
tree-ssa-sccvn.cc 1851 saved_operands (vNULL), first_set (-2), first_base_set (-2),
1919 alias_set_type first_set; member in struct:vn_walk_cb_data
1938 if (first_set != -2)
1940 set = first_set;
2036 first_set = set;
2311 return finish (first_set, first_base_set, val);
3447 if (data->first_set == -2)
3449 data->first_set = ao_ref_alias_set (&lhs_ref);
3635 if (data->first_set == -2)
3637 data->first_set = 0
    [all...]

Completed in 37 milliseconds