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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 2149 int succ_idx = e->dest->index * by_ref_count + i; local
2157 inh = bb_dereferences [succ_idx];
2159 else if (bb_dereferences [succ_idx] < inh)
2160 inh = bb_dereferences [succ_idx];
tree-vect-slp.cc 3836 int succ_idx = succ->dest; local
3837 int succ_perm = vertices[succ_idx].perm_out;
3848 slp_tree succ_node = vertices[succ_idx].node;
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 2332 int succ_idx = e->dest->index * unsafe_by_ref_count + i; local
2340 inh = bb_dereferences [succ_idx];
2342 else if (bb_dereferences [succ_idx] < inh)
2343 inh = bb_dereferences [succ_idx];

Completed in 23 milliseconds