Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc133 bool can_move = false; in Run() local
142 can_move = true; in Run()
144 can_move = true; in Run()
148 can_move = true; in Run()
151 if (can_move) { in Run()
164 if (!can_move && (instruction->CanThrow() || instruction->DoesAnyWrite())) { in Run()
Dcode_sinking.cc323 bool can_move = true; in SinkCodeToUncommonBranch() local
338 can_move = false; in SinkCodeToUncommonBranch()
355 can_move = false; in SinkCodeToUncommonBranch()
361 if (!can_move) { in SinkCodeToUncommonBranch()