Searched refs:first_inst (Results 1 – 5 of 5) sorted by relevance
63 for first_inst in range(len(_cumulative_profile)):64 for second_inst in range(len(_cumulative_profile[first_inst])):65 _cumulative_profile[first_inst][second_inst] += (66 new_profile[first_inst][second_inst])
62 for first_inst in range(len(_cumulative_profile)):63 for second_inst in range(len(_cumulative_profile[first_inst])):64 _cumulative_profile[first_inst][second_inst] += (65 new_profile[first_inst][second_inst])
141 ir_instruction *first_inst = (ir_instruction *) instructions->get_head_raw(); in lower_64bit_integer_instructions() local142 void *const mem_ctx = ralloc_parent(first_inst); in lower_64bit_integer_instructions()
1979 my $first_inst = $i;2007 for (my $x = $first_inst; $x <= $last_inst; $x++) {
1980 my $first_inst = $i;2008 for (my $x = $first_inst; $x <= $last_inst; $x++) {