HomeSort by relevance Sort by last modified time
    Searched refs:CanBeMoved (Results 1 - 11 of 11) sorted by null

  /art/compiler/optimizing/
nodes_vector_test.cc 189 EXPECT_FALSE(v0->CanBeMoved());
190 EXPECT_FALSE(v1->CanBeMoved());
191 EXPECT_FALSE(v2->CanBeMoved());
192 EXPECT_FALSE(v3->CanBeMoved());
193 EXPECT_FALSE(v4->CanBeMoved());
222 EXPECT_TRUE(v0->CanBeMoved());
223 EXPECT_TRUE(v1->CanBeMoved());
224 EXPECT_TRUE(v2->CanBeMoved());
270 EXPECT_FALSE(v0->CanBeMoved());
271 EXPECT_FALSE(v1->CanBeMoved());
    [all...]
nodes_mips.h 33 bool CanBeMoved() const OVERRIDE { return true; }
105 bool CanBeMoved() const OVERRIDE { return true; }
nodes_vector.h 124 bool CanBeMoved() const OVERRIDE { return false; }
336 bool CanBeMoved() const OVERRIDE { return false; }
370 bool CanBeMoved() const OVERRIDE { return false; }
402 bool CanBeMoved() const OVERRIDE { return true; }
436 bool CanBeMoved() const OVERRIDE { return true; }
457 bool CanBeMoved() const OVERRIDE { return true; }
479 bool CanBeMoved() const OVERRIDE { return true; }
501 bool CanBeMoved() const OVERRIDE { return true; }
528 bool CanBeMoved() const OVERRIDE { return true; }
558 bool CanBeMoved() const OVERRIDE { return true;
    [all...]
nodes_x86.h 33 bool CanBeMoved() const OVERRIDE { return true; }
nodes_shared.h 48 bool CanBeMoved() const OVERRIDE { return true; }
162 bool CanBeMoved() const OVERRIDE { return true; }
216 bool CanBeMoved() const OVERRIDE { return true; }
licm.cc 133 if (instruction->CanBeMoved() && InputsAreDefinedBeforeLoop(instruction)) {
select_generator.cc 50 } else if (instruction->CanBeMoved() && !instruction->HasSideEffects()) {
nodes.h     [all...]
code_sinking.cc 115 instruction->CanBeMoved()) {
gvn.cc 481 if (current->CanBeMoved()) {
nodes.cc     [all...]

Completed in 159 milliseconds