Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc663 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock() function
675 MoveAfterInBlock(instruction, cursor_); in Schedule()