Lines Matching full:branch
94 * branch movement.
1222 * and the block ends with a conditional branch, we obviously
1223 * can't eliminate it, as the branch depends on that value.
1224 * For the index register, the conditional branch only depends
1245 * Set up values for branch optimizer.
1302 * The operands of the branch instructions are
1304 * branch was taken to get here, otherwise false.
1311 * came down the true branch, and it was an equality
1314 * I.e., if we came down the true branch, and the branch
1317 * the false branch, or the comparison wasn't with a
1339 * Common branch targets can be eliminated, provided
1879 * statements in the true branch from 'p' (count_stmts(JT(p)));
1881 * statements in the false branch from 'p' (count_stmts(JF(p)));
1885 * an extra long jump if the true branch requires it (p->longjt);
1887 * an extra long jump if the false branch requires it (p->longjf).
1999 * Returns true if successful. Returns false if a branch has
2001 * branch so that on a subsequent iteration, it will be treated
2122 /* offset too large for branch, must add a jump */
2128 /* branch if T to following jump */
2138 /* offset too large for branch, must add a jump */
2144 /* branch if F to following jump */