Searched refs:before_instructions (Results 1 – 2 of 2) sorted by relevance
401 exec_list *before_instructions; member424 d->before_instructions->push_tail(tmp); in copy_index_derefs_to_temps()431 d->before_instructions->push_tail(assignment); in copy_index_derefs_to_temps()442 exec_list *before_instructions, exec_list *after_instructions, in fix_parameter() argument461 data.before_instructions = before_instructions; in fix_parameter()490 before_instructions->push_tail(tmp); in fix_parameter()507 before_instructions->push_tail(assignment); in fix_parameter()
282 absl::Span<Item* const> before_instructions) { in InsertBeforeInstructions() argument285 << absl::StrJoin(before_instructions, ", ", in InsertBeforeInstructions()293 CHECK(!before_instructions.empty()); in InsertBeforeInstructions()295 for (Item* item : before_instructions) { in InsertBeforeInstructions()313 while (!absl::c_linear_search(before_instructions, min_position_item)) { in InsertBeforeInstructions()