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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 393 static hash_map<gimple *, slsr_cand_t> *stmt_cand_map;
785 result = stmt_cand_map->get (def);
798 bool existed = stmt_cand_map->put (gs, c);
2390 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2418 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi);
2551 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2785 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2876 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
3258 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
3525 slsr_cand_t phi_cand = *stmt_cand_map->get (phi)
392 static hash_map<gimple *, slsr_cand_t> *stmt_cand_map; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 393 static hash_map<gimple *, slsr_cand_t> *stmt_cand_map;
785 result = stmt_cand_map->get (def);
798 bool existed = stmt_cand_map->put (gs, c);
2390 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2418 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi);
2551 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2785 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
2876 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
3258 slsr_cand_t phi_cand = *stmt_cand_map->get (phi);
3525 slsr_cand_t phi_cand = *stmt_cand_map->get (phi)
392 static hash_map<gimple *, slsr_cand_t> *stmt_cand_map; variable
    [all...]

Completed in 28 milliseconds