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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 600 slsr_cand_t phi_cand = lookup_cand (c->def_phi);
601 basis = find_basis_for_base_expr (c, phi_cand->base_expr);
607 phi_bb = gimple_bb (phi_cand->cand_stmt);
619 tree feeding_var = gimple_phi_result (phi_cand->cand_stmt);
621 c->dead_savings += phi_cand->dead_savings;
2390 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2392 if (phi_cand->visited)
2394 phi_cand->visited = 0;
2418 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi);
2421 if (phi_cand->visited
597 slsr_cand_t phi_cand = lookup_cand (c->def_phi); local
2382 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
2410 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi); local
2543 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
2776 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
2867 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
3249 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
3516 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 600 slsr_cand_t phi_cand = lookup_cand (c->def_phi);
601 basis = find_basis_for_base_expr (c, phi_cand->base_expr);
607 phi_bb = gimple_bb (phi_cand->cand_stmt);
619 tree feeding_var = gimple_phi_result (phi_cand->cand_stmt);
621 c->dead_savings += phi_cand->dead_savings;
2390 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2392 if (phi_cand->visited)
2394 phi_cand->visited = 0;
2418 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi);
2421 if (phi_cand->visited
597 slsr_cand_t phi_cand = lookup_cand (c->def_phi); local
2382 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
2410 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi); local
2543 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
2776 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
2867 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
3249 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
3516 slsr_cand_t phi_cand = *stmt_cand_map->get (phi); local
    [all...]

Completed in 25 milliseconds