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

  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 1247 tree new_phi_def; local
1251 new_phi_def = create_tmp_reg (TREE_TYPE (res));
1252 set_rename (res, new_phi_def);
1255 new_phi_def = *rename;
1257 gassign *ass = gimple_build_assign (NULL_TREE, new_phi_def);
1287 tree new_phi_def; local
1291 new_phi_def = create_tmp_reg (TREE_TYPE (res));
1292 set_rename (res, new_phi_def);
1295 new_phi_def = *rename;
1309 gassign *ass = gimple_build_assign (new_phi_def, arg)
1447 tree new_phi_def = *rename; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 1247 tree new_phi_def; local
1251 new_phi_def = create_tmp_reg (TREE_TYPE (res));
1252 set_rename (res, new_phi_def);
1255 new_phi_def = *rename;
1257 gassign *ass = gimple_build_assign (NULL_TREE, new_phi_def);
1287 tree new_phi_def; local
1291 new_phi_def = create_tmp_reg (TREE_TYPE (res));
1292 set_rename (res, new_phi_def);
1295 new_phi_def = *rename;
1309 gassign *ass = gimple_build_assign (new_phi_def, arg)
1447 tree new_phi_def = *rename; local
    [all...]

Completed in 15 milliseconds