Home
last modified time | relevance | path

Searched refs:iv_to_split_tail (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-unroll.c154 struct iv_to_split **iv_to_split_tail; /* Pointer to the tail of the list. */ member
1596 opt_info->iv_to_split_tail = &opt_info->iv_to_split_head; in analyze_insns_in_loop()
1640 *opt_info->iv_to_split_tail = ivts; in analyze_insns_in_loop()
1641 opt_info->iv_to_split_tail = &ivts->next; in analyze_insns_in_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-unroll.cc154 struct iv_to_split **iv_to_split_tail; /* Pointer to the tail of the list. */ member
1569 opt_info->iv_to_split_tail = &opt_info->iv_to_split_head; in analyze_insns_in_loop()
1613 *opt_info->iv_to_split_tail = ivts; in analyze_insns_in_loop()
1614 opt_info->iv_to_split_tail = &ivts->next; in analyze_insns_in_loop()