Searched refs:loop_containing_stmt (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-scalar-evolution.c378 struct loop *def_loop = loop_containing_stmt (def);
421 return loop_containing_stmt (phi)->header == bb_for_stmt (phi);
1326 struct loop *loop = loop_containing_stmt (loop_phi_node);
1380 def_loop = loop_containing_stmt (def);
1439 struct loop *loop = loop_containing_stmt (loop_phi_node);
1563 struct loop *phi_loop = loop_containing_stmt (loop_phi_node);
1997 unsigned loop_nb = loop_containing_stmt (stmt)->num;
2114 loop = loop_containing_stmt (SSA_NAME_DEF_STMT (var));
2208 && (loop_containing_stmt (SSA_NAME_DEF_STMT (res)) == NULL
2209 || (loop_containing_stmt (SSA_NAME_DEF_STM
[all...]
H A Dtree-loop-linear.c138 struct loop *stmt_loop = loop_containing_stmt (stmt);
H A Dtree-ssa-loop-im.c617 loop_containing_stmt (stmt)) != NULL
619 loop_containing_stmt (stmt)) == NULL)
H A Dtree-data-ref.c1004 analyze_array_indexes (loop_containing_stmt (stmt), NULL, ref, stmt,
1033 (loop_containing_stmt (stmt), &acc_fns, ref, stmt, false);
1060 struct loop *loop = loop_containing_stmt (stmt);
1612 struct loop *loop = loop_containing_stmt (stmt);
1962 struct loop *loop = loop_containing_stmt (stmt);
H A Dtree-flow-inline.h736 loop_containing_stmt (tree stmt) function
H A Dtree-vrp.c2616 l = loop_containing_stmt (stmt);
4064 if (current_loops && (l = loop_containing_stmt (stmt)))

Completed in 236 milliseconds