Searched refs:max_position_item (Results 1 – 1 of 1) sorted by relevance
353 Item* max_position_item = nullptr; in InsertAfterInstructions() local355 if (max_position_item == nullptr || in InsertAfterInstructions()356 item->position > max_position_item->position) { in InsertAfterInstructions()357 max_position_item = item; in InsertAfterInstructions()362 CHECK(max_position_item->next != nullptr); in InsertAfterInstructions()363 InsertBeforeInstructions(to_insert, {max_position_item->next}); in InsertAfterInstructions()