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

/openbsd-current/gnu/gcc/gcc/
H A Dbb-reorder.c1341 edge cond_jump = NULL;
1368 cond_jump = succ2;
1374 cond_jump = succ1;
1392 if (cond_jump)
1394 if (!(cond_jump->flags & EDGE_CROSSING))
1404 && cur_bb->aux == cond_jump->dest)
1417 cond_jump->flags |= EDGE_FALLTHRU;
1420 fall_thru = cond_jump;
1421 cond_jump = e;
1422 cond_jump
1340 edge cond_jump = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-cris.c1008 char *cond_jump = frag_more (10); local
1010 gen_cond_branch_32 (opcodep, cond_jump, frag_now,
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.c1380 char *cond_jump local
1386 gen_cond_branch_32 (opcodep, cond_jump, frag_now,

Completed in 100 milliseconds