Searched refs:first_inst (Results 1 – 2 of 2) sorted by relevance
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()