Searched refs:instructions_to_move (Results 1 – 1 of 1) sorted by relevance
413 ScopedArenaVector<ScopedArenaVector<HInstruction*>> instructions_to_move( in SinkCodeToUncommonBranch() local473 instructions_to_move[instruction->GetBlock()->GetBlockId()].push_back(instruction); in SinkCodeToUncommonBranch()507 std::sort(instructions_to_move[block_id].begin(), in SinkCodeToUncommonBranch()508 instructions_to_move[block_id].end(), in SinkCodeToUncommonBranch()513 for (HInstruction* instruction : instructions_to_move[block_id]) { in SinkCodeToUncommonBranch()