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

  /src/external/gpl3/gcc/dist/gcc/
ira-lives.cc 854 enum reg_class cl, next_cl; local
884 next_cl = reg_class_for_constraint (cn);
885 if (next_cl == NO_REGS)
888 ? ira_class_singleton[next_cl][GET_MODE (op)] < 0
890 != ira_class_singleton[next_cl][GET_MODE (op)]))
892 cl = next_cl;
901 next_cl
905 ? ira_class_singleton[next_cl][GET_MODE (op)] < 0
907 != ira_class_singleton[next_cl][GET_MODE (op)]))
909 cl = next_cl;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-lives.cc 853 enum reg_class cl, next_cl; local
883 next_cl = reg_class_for_constraint (cn);
884 if (next_cl == NO_REGS)
887 ? ira_class_singleton[next_cl][GET_MODE (op)] < 0
889 != ira_class_singleton[next_cl][GET_MODE (op)]))
891 cl = next_cl;
900 next_cl
904 ? ira_class_singleton[next_cl][GET_MODE (op)] < 0
906 != ira_class_singleton[next_cl][GET_MODE (op)]))
908 cl = next_cl;
    [all...]
tree-vrp.cc 3056 tree next_cl = gimple_switch_label (last, idx); local
3057 if (CASE_LABEL (next_cl) == CASE_LABEL (default_cl))
3060 next_min = CASE_LOW (next_cl);
3061 next_max = CASE_HIGH (next_cl);

Completed in 26 milliseconds