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 170 EXPECT_FALSE(v0->CanBeMoved());
171 EXPECT_FALSE(v1->CanBeMoved());
172 EXPECT_FALSE(v2->CanBeMoved());
173 EXPECT_FALSE(v3->CanBeMoved());
174 EXPECT_FALSE(v4->CanBeMoved());
185 EXPECT_TRUE(v0->CanBeMoved());
186 EXPECT_TRUE(v1->CanBeMoved());
187 EXPECT_TRUE(v2->CanBeMoved());
222 EXPECT_FALSE(v0->CanBeMoved());
223 EXPECT_TRUE(v1->CanBeMoved());
    [all...]
nodes_mips.h 29 bool CanBeMoved() const OVERRIDE { return true; }
nodes_vector.h 105 bool CanBeMoved() const OVERRIDE { return false; }
260 bool CanBeMoved() const OVERRIDE { return false; }
283 bool CanBeMoved() const OVERRIDE { return true; }
308 bool CanBeMoved() const OVERRIDE { return true; }
329 bool CanBeMoved() const OVERRIDE { return true; }
350 bool CanBeMoved() const OVERRIDE { return true; }
372 bool CanBeMoved() const OVERRIDE { return true; }
399 bool CanBeMoved() const OVERRIDE { return true; }
431 bool CanBeMoved() const OVERRIDE { return true; }
468 bool CanBeMoved() const OVERRIDE { return true;
    [all...]
nodes_shared.h 45 bool CanBeMoved() const OVERRIDE { return true; }
138 bool CanBeMoved() const OVERRIDE { return true; }
180 bool CanBeMoved() const OVERRIDE { return true; }
233 bool CanBeMoved() const OVERRIDE { return true; }
nodes_x86.h 29 bool CanBeMoved() const OVERRIDE { return true; }
licm.cc 132 if (instruction->CanBeMoved()
select_generator.cc 37 } else if (instruction->CanBeMoved() && !instruction->HasSideEffects()) {
nodes.h     [all...]
code_sinking.cc 104 instruction->CanBeMoved()) {
gvn.cc 489 if (current->CanBeMoved()) {
nodes.cc     [all...]

Completed in 154 milliseconds