Home
last modified time | relevance | path

Searched refs:jumpif (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dexpr.h527 extern void jumpif (tree, rtx);
Dcfgexpand.c1220 jumpif (pred, label_rtx (GOTO_DESTINATION (then_exp))); in expand_gimple_cond_expr()
1239 jumpif (pred, label_rtx (GOTO_DESTINATION (then_exp))); in expand_gimple_cond_expr()
Ddojump.c107 jumpif (tree exp, rtx label) in jumpif() function
Dexpr.c5261 jumpif (exit_cond, loop_end); in store_constructor()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dexpr.h517 extern void jumpif PARAMS ((tree, rtx));
Dexpr.c8872 jumpif (TREE_OPERAND (exp, 0), op0);
8910 jumpif (TREE_OPERAND (exp, 0), op0);
9878 jumpif (exp, label) in jumpif() function
DFSFChangeLog.116175 * except.c (jumpif{,not}_rtx): Likewise.