Home
last modified time | relevance | path

Searched defs:InsertInstructionBefore (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dgraph_test.cc286 TEST(GraphTest, InsertInstructionBefore) { in TEST() argument
Dnodes.cc819 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock
967 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HInstructionList