Searched refs:CanBeMoved (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_arm64.h58 bool CanBeMoved() const OVERRIDE { return true; }
108 bool CanBeMoved() const OVERRIDE { return true; }
H A Dnodes_shared.h40 bool CanBeMoved() const OVERRIDE { return true; }
H A Dlicm.cc132 if (instruction->CanBeMoved()
H A Dselect_generator.cc37 } else if (instruction->CanBeMoved() && !instruction->HasSideEffects()) {
H A Dnodes.h1976 virtual bool CanBeMoved() const { return false; } function in class:art::HInstruction
2480 bool CanBeMoved() const OVERRIDE { return true; }
2796 bool CanBeMoved() const OVERRIDE { return true; }
2843 bool CanBeMoved() const OVERRIDE { return true; }
2913 bool CanBeMoved() const OVERRIDE { return true; }
2985 bool CanBeMoved() const OVERRIDE { return true; }
3730 bool CanBeMoved() const OVERRIDE { return IsIntrinsic(); }
4454 bool CanBeMoved() const OVERRIDE { return true; }
4820 bool CanBeMoved() const OVERRIDE { return true; }
4853 bool CanBeMoved() cons
[all...]
H A Dgvn.cc489 if (current->CanBeMoved()) {
H A Dnodes.cc794 DCHECK(insn->CanBeMoved());

Completed in 75 milliseconds