Searched refs:def_bsi (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-math-opts.c | 292 insert_reciprocals (block_stmt_iterator *def_bsi, struct occurrence *occ, in insert_reciprocals() argument 320 else if (def_bsi && occ->bb == def_bsi->bb) in insert_reciprocals() 326 bsi_insert_after (def_bsi, new_stmt, BSI_NEW_STMT); in insert_reciprocals() 340 insert_reciprocals (def_bsi, occ_child, def, recip_def, threshold); in insert_reciprocals() 397 execute_cse_reciprocals_1 (block_stmt_iterator *def_bsi, tree def) in execute_cse_reciprocals_1() argument 424 insert_reciprocals (def_bsi, occ, def, NULL, threshold); in execute_cse_reciprocals_1()
|