Home
last modified time | relevance | path

Searched refs:InsertInstructionAfter (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc504 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HBasicBlock
515 instructions_.InsertInstructionAfter(instruction, cursor); in InsertInstructionAfter()
525 phis_.InsertInstructionAfter(phi, cursor); in InsertPhiAfter()
647 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HInstructionList
Dnodes.h81 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
686 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);