Searched refs:MoveBefore (Results 1 – 9 of 9) sorted by relevance
65 array_len->MoveBefore(check); in VisitBoundsCheck()
198 flag->MoveBefore(pre_header->GetLastInstruction()); in HoistGuard()199 compare->MoveBefore(pre_header->GetLastInstruction()); in HoistGuard()
126 instr->MoveBefore(if_instruction); in Run()131 instr->MoveBefore(if_instruction); in Run()
159 instruction->MoveBefore(pre_header->GetLastInstruction()); in Run()
437 instruction->MoveBefore(position, /* do_checks= */ false); in SinkCodeToUncommonBranch()
667 instruction->MoveBefore(cursor->GetNext(), /* do_checks= */ false); in MoveAfterInBlock()
1751 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() function in art::HInstruction1834 MoveBefore(insert_pos); in MoveBeforeFirstUserAndOutOfLoops()
217 m->MoveBefore(body->GetFirstInstruction(), false); in RewriteBreakLoopBody()
1739 instruction->MoveBefore(block->GetLastInstruction()); in HoistToPreHeaderOrDeoptBlock()