Home
last modified time | relevance | path

Searched refs:count_cond (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c109 static int count_cond PARAMS ((tree, int));
4399 count_cond (expr, lim) in count_cond() function
4410 ctrue = count_cond (TREE_OPERAND (expr, 1), lim - 1);
4411 cfalse = count_cond (TREE_OPERAND (expr, 2), lim - 1 - ctrue);
4816 || count_cond (arg0, 25) + count_cond (arg1, 25) <= 25)
4830 || count_cond (arg0, 25) + count_cond (arg1, 25) <= 25)
H A DFSFChangeLog1117 * fold-const.c (count_cond): New function.