Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_test.cc286 TEST(GraphTest, InsertInstructionBefore) { in TEST() argument
297 block->InsertInstructionBefore(first_instruction, got); in TEST()
310 block->InsertInstructionBefore(second_instruction, got); in TEST()
Dregister_allocator.cc689 instruction->GetBlock()->InsertInstructionBefore(move, instruction); in AddInputMoveFor()
717 at->GetBlock()->InsertInstructionBefore(move, at->GetNext()); in InsertParallelMoveAt()
732 at->GetBlock()->InsertInstructionBefore(move, at); in InsertParallelMoveAt()
755 block->InsertInstructionBefore(move, last); in InsertParallelMoveAtExitOf()
774 block->InsertInstructionBefore(move, first); in InsertParallelMoveAtEntryOf()
797 instruction->GetBlock()->InsertInstructionBefore(move, instruction->GetNext()); in InsertMoveAfter()
Dnodes.cc291 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock
Dnodes.h354 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);