Searched refs:USE_STMT (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-sink.c124 firstuse = USE_STMT (use_p);
126 if (firstuse != USE_STMT (use_p))
232 tree usestmt = USE_STMT (use_p);
382 use = USE_STMT (one_use);
H A Dtree-ssa-math-opts.c273 /* Return whether USE_STMT is a floating-point division by DEF. */
350 tree use_stmt = USE_STMT (use_p);
408 tree use_stmt = USE_STMT (use_p);
H A Dtree-flow-inline.h570 phi = USE_STMT (use);
1358 tree head_stmt = USE_STMT (head);
1407 return USE_STMT (imm->imm_use);
1424 return USE_STMT (imm->imm_use);
H A Dtree-ssa-operands.h112 #define USE_STMT(USE) (USE)->stmt macro
H A Dtree-ssa-threadedge.c92 use_stmt = USE_STMT (use_p);
H A Dlambda-code.c2034 use = USE_STMT (use_p);
2236 if (!exit_phi_for_loop_p (inner, USE_STMT (use_p)))
2238 basic_block immbb = bb_for_stmt (USE_STMT (use_p));
2259 if (!exit_phi_for_loop_p (loop, USE_STMT (use_p)))
2261 basic_block immbb = bb_for_stmt (USE_STMT (use_p));
2337 if (bb_for_stmt (USE_STMT (use_a))->loop_father
2347 if (bb_for_stmt (USE_STMT (use_b))->loop_father
H A Dtree-ssa-propagate.c244 tree use_stmt = USE_STMT (use_p);
H A Dtree-vect-analyze.c1571 basic_block bb = bb_for_stmt (USE_STMT (use_p));
1579 gcc_assert (TREE_CODE (USE_STMT (use_p)) == PHI_NODE);
H A Dtree-ssa-operands.c2544 print_generic_stmt (file, USE_STMT (use_p), TDF_VOPS);
2546 print_generic_stmt (file, USE_STMT (use_p), TDF_SLIM);
H A Dtree-if-conv.c323 if (TREE_CODE (USE_STMT (use_p)) == PHI_NODE)
H A Dtree-vect-transform.c1076 if (!flow_bb_inside_loop_p (loop, bb_for_stmt (USE_STMT (use_p))))
1078 exit_phi = USE_STMT (use_p);
H A Dtree-into-ssa.c2325 tree stmt = USE_STMT (use_p);
H A Dtree-scalar-evolution.c1889 stmt = USE_STMT (use_p);

Completed in 237 milliseconds