Searched refs:nexps (Results 1 – 1 of 1) sorted by relevance
3628 int nexps = 0; in construct_container() local3744 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()3750 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()3757 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()3768 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode, in construct_container()3782 if (nexps == 0) in construct_container()3785 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (nexps)); in construct_container()3786 for (i = 0; i < nexps; i++) in construct_container()