Home
last modified time | relevance | path

Searched refs:instructions_to_move (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_sinking.cc413 ScopedArenaVector<ScopedArenaVector<HInstruction*>> instructions_to_move( in SinkCodeToUncommonBranch() local
473 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()