Searched refs:CanBeMoved (Results 1 – 3 of 3) sorted by relevance
116 if (instruction->CanBeMoved() in Run()
1476 virtual bool CanBeMoved() const { return false; } in FOR_EACH_INSTRUCTION()1840 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function1908 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2207 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2804 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2952 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function2972 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function3011 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function3107 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function3155 bool CanBeMoved() const OVERRIDE { return !IsVolatile(); } in CanBeMoved() function[all …]
382 if (current->CanBeMoved()) { in VisitBasicBlock()