Home
last modified time | relevance | path

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

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