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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-reassoc.c1024 negate_value (tree tonegate, block_stmt_iterator *bsi) argument
1026 tree negatedef = tonegate;
1029 if (TREE_CODE (tonegate) == SSA_NAME)
1030 negatedef = SSA_NAME_DEF_STMT (tonegate);
1034 if (TREE_CODE (tonegate) == SSA_NAME
1053 tonegate = fold_build1 (NEGATE_EXPR, TREE_TYPE (tonegate), tonegate);
1054 resultofnegate = force_gimple_operand_bsi (bsi, tonegate, true,

Completed in 49 milliseconds