Searched refs:InsertInstructionBefore (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | graph_test.cc | 286 TEST(GraphTest, InsertInstructionBefore) { in TEST() argument 297 block->InsertInstructionBefore(first_instruction, got); in TEST() 310 block->InsertInstructionBefore(second_instruction, got); in TEST()
|
D | register_allocator.cc | 689 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()
|
D | nodes.cc | 291 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock
|
D | nodes.h | 354 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
|