Searched defs:operand_entry_t (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-reassoc.c | 180 } *operand_entry_t; typedef 511 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op) in add_to_ops_vec() 566 VEC (operand_entry_t, heap) **ops, in eliminate_duplicate_pair() 728 VEC (operand_entry_t, heap) **ops, in eliminate_not_pairs() 797 VEC(operand_entry_t, heap) **ops) in eliminate_using_constants() 1143 VEC (operand_entry_t, heap) **ops, struct loop *loop) in undistribute_ops_list() 1368 VEC (operand_entry_t, heap) **ops, in eliminate_redundant_comparison() 1498 VEC (operand_entry_t, heap) **ops) in optimize_ops_list() 1805 VEC (operand_entry_t, heap) **ops, tree exp, bool in_p, in update_range_test() 1874 VEC (operand_entry_t, heap) **ops) in optimize_range_tests() [all …]
|