Searched defs:operand_entry_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-reassoc.c174 } *operand_entry_t; typedef in typeref:struct:operand_entry
316 DEF_VEC_P(operand_entry_t); variable
412 eliminate_duplicate_pair(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, bool *all_done, unsigned int i, operand_entry_t curr, operand_entry_t last) argument
490 eliminate_plus_minus_pair(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, unsigned int currindex, operand_entry_t curr) argument
547 eliminate_not_pairs(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, unsigned int currindex, operand_entry_t curr) argument
735 optimize_ops_list(enum tree_code opcode, VEC (operand_entry_t, heap) **ops) argument
1385 dump_ops_vector(FILE *file, VEC (operand_entry_t, heap) *ops) argument
[all...]

Completed in 85 milliseconds