Searched refs:list_counter (Results 1 – 2 of 2) sorted by relevance
1788 int list_counter = 0; in read_rtx_operand() local1825 list_counter++; in read_rtx_operand()1830 if (list_counter > 0) in read_rtx_operand()1832 return_vec = rtvec_alloc (list_counter); in read_rtx_operand()1834 list_counter * sizeof (rtx)); in read_rtx_operand()
1835 int list_counter = 0; in read_rtx_operand() local1872 list_counter++; in read_rtx_operand()1877 if (list_counter > 0) in read_rtx_operand()1879 return_vec = rtvec_alloc (list_counter); in read_rtx_operand()1881 list_counter * sizeof (rtx)); in read_rtx_operand()