Searched refs:MoveBefore (Results 1 – 12 of 12) 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()
111 instr->MoveBefore(if_instruction); in TryGenerateSelectSimpleDiamondPattern()116 instr->MoveBefore(if_instruction); in TryGenerateSelectSimpleDiamondPattern()
159 instruction->MoveBefore(pre_header->GetLastInstruction()); in Run()
576 instruction->MoveBefore(position, /* do_checks= */ false); in SinkCodeToUncommonBranch()
630 instruction->MoveBefore(cursor->GetNext(), /* do_checks= */ false); in MoveAfterInBlock()
1970 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() function in art::HInstruction2053 MoveBefore(insert_pos); in MoveBeforeFirstUserAndOutOfLoops()
1863 instruction->MoveBefore(block->GetLastInstruction()); in HoistToPreHeaderOrDeoptBlock()
183 m->MoveBefore(body->GetFirstInstruction(), false); in RewriteBreakLoopBody()
606 use.GetUser()->MoveBefore(instruction); in FindOrAddTypeConversionIfNecessary()
1989 quotient->MoveBefore(rem); in TryToReuseDiv()
2564 void MoveBefore(HInstruction* cursor, bool do_checks = true);