Searched refs:CanBeMoved (Results 1 – 7 of 7) sorted by relevance
58 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function108 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
40 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
37 } else if (instruction->CanBeMoved() && !instruction->HasSideEffects()) { in IsSimpleBlock()
132 if (instruction->CanBeMoved() in Run()
1976 virtual bool CanBeMoved() const { return false; } in FOR_EACH_ABSTRACT_INSTRUCTION()2480 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2796 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2843 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2913 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2985 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function3730 bool CanBeMoved() const OVERRIDE { return IsIntrinsic(); } in CanBeMoved() function4454 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function4820 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function4853 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function[all …]
489 if (current->CanBeMoved()) { in VisitBasicBlock()
794 DCHECK(insn->CanBeMoved()); in MoveInstructionBefore()