Home | History | Annotate | Download | only in gcc

Lines Matching defs:gimple_build_with_ops

178 #define gimple_build_with_ops(c, s, n) \
198 = as_a <greturn *> (gimple_build_with_ops (GIMPLE_RETURN, ERROR_MARK,
229 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK,
308 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK,
519 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4));
559 = as_a <glabel *> (gimple_build_with_ops (GIMPLE_LABEL, ERROR_MARK, 1));
570 = as_a <ggoto *> (gimple_build_with_ops (GIMPLE_GOTO, ERROR_MARK, 1));
617 gimple_build_with_ops (GIMPLE_ASM, ERROR_MARK,
774 = as_a <gresx *> (gimple_build_with_ops (GIMPLE_RESX, ERROR_MARK, 0));
790 gswitch *p = as_a <gswitch *> (gimple_build_with_ops (GIMPLE_SWITCH,
825 gimple_build_with_ops (GIMPLE_EH_DISPATCH, ERROR_MARK, 0));