Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc116 if (instruction->CanBeMoved() in Run()
Dnodes.h1476 virtual bool CanBeMoved() const { return false; } in FOR_EACH_INSTRUCTION()
1840 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
1908 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
2207 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
2804 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
2952 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
2972 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3011 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3107 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3155 bool CanBeMoved() const OVERRIDE { return !IsVolatile(); } in CanBeMoved() function
[all …]
Dgvn.cc382 if (current->CanBeMoved()) { in VisitBasicBlock()