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

  /src/external/gpl3/gcc/dist/gcc/
cprop.cc 1188 rtx newreg = NULL, newcnst = NULL;
1208 newcnst = this_rtx;
1219 if (newcnst && constprop_register (x, newcnst, insn))
1227 print_rtl (dump_file, newcnst);
1182 rtx newreg = NULL, newcnst = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
cprop.cc 1185 rtx newreg = NULL, newcnst = NULL;
1205 newcnst = this_rtx;
1216 if (newcnst && constprop_register (x, newcnst, insn))
1224 print_rtl (dump_file, newcnst);
1179 rtx newreg = NULL, newcnst = NULL; local

Completed in 17 milliseconds