Home | History | Annotate | Download | only in optimizing

Lines Matching refs:InsertInstructionBefore

499     entry_block_->InsertInstructionBefore(constant, insert_before);
530 entry_block_->InsertInstructionBefore(
781 instructions_.InsertInstructionBefore(replacement, initial);
784 InsertInstructionBefore(replacement, initial);
803 to_block->instructions_.InsertInstructionBefore(insn, cursor);
825 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) {
835 instructions_.InsertInstructionBefore(instruction, cursor);
973 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) {
2530 cursor->GetBlock()->InsertInstructionBefore(replacement, cursor);
2542 cursor->GetBlock()->InsertInstructionBefore(replacement, cursor);