Home
last modified time | relevance | path

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

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