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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c2802 tree_to_aff_combination (tree expr, tree type, function
2823 tree_to_aff_combination (TREE_OPERAND (expr, 0), type, comb);
2824 tree_to_aff_combination (TREE_OPERAND (expr, 1), type, &tmp);
2834 tree_to_aff_combination (TREE_OPERAND (expr, 0), type, comb);
2839 tree_to_aff_combination (TREE_OPERAND (expr, 0), type, comb);
2855 tree_to_aff_combination (core, type, &tmp);
2860 tree_to_aff_combination (toffset, type, &tmp);
2984 tree_to_aff_combination (expr, type, &comb);
3181 tree_to_aff_combination (ubase, common_type, aff);
3182 tree_to_aff_combination (cbas
[all...]

Completed in 60 milliseconds