| tree-ssa-loop-unswitch.cc | 113 true_range (edge_range), edge_index (edge_index_), switch_p (true) 132 edge_index = 0; 134 edge_index = 1; 184 int edge_index; member in struct:unswitch_predicate 593 unsigned edge_index = 0; local 595 e->aux = (void *)(uintptr_t)edge_index++; 629 for (edge_index = 0; edge_index < preds.length (); ++edge_index) 631 edge e = EDGE_SUCC (gimple_bb (stmt), edge_index); [all...] |