Searched refs:after_instructions (Results 1 – 2 of 2) sorted by relevance
341 absl::Span<Item* const> after_instructions) { in InsertAfterInstructions() argument344 << absl::StrJoin(after_instructions, ", ", in InsertAfterInstructions()352 CHECK(!after_instructions.empty()); in InsertAfterInstructions()354 for (Item* item : after_instructions) { in InsertAfterInstructions()
442 exec_list *before_instructions, exec_list *after_instructions, in fix_parameter() argument534 after_instructions->push_tail(assignment_2); in fix_parameter()