Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector_test.cc189 EXPECT_FALSE(v0->CanBeMoved()); in TEST_F()
190 EXPECT_FALSE(v1->CanBeMoved()); in TEST_F()
191 EXPECT_FALSE(v2->CanBeMoved()); in TEST_F()
192 EXPECT_FALSE(v3->CanBeMoved()); in TEST_F()
193 EXPECT_FALSE(v4->CanBeMoved()); in TEST_F()
222 EXPECT_TRUE(v0->CanBeMoved()); in TEST_F()
223 EXPECT_TRUE(v1->CanBeMoved()); in TEST_F()
224 EXPECT_TRUE(v2->CanBeMoved()); in TEST_F()
270 EXPECT_FALSE(v0->CanBeMoved()); in TEST_F()
271 EXPECT_FALSE(v1->CanBeMoved()); in TEST_F()
[all …]
Dnodes_vector.h175 bool CanBeMoved() const override { return false; } in CanBeMoved() function
391 bool CanBeMoved() const override { return false; } in CanBeMoved() function
423 bool CanBeMoved() const override { return false; } in CanBeMoved() function
455 bool CanBeMoved() const override { return true; } in CanBeMoved() function
489 bool CanBeMoved() const override { return true; } in CanBeMoved() function
510 bool CanBeMoved() const override { return true; } in CanBeMoved() function
532 bool CanBeMoved() const override { return true; } in CanBeMoved() function
554 bool CanBeMoved() const override { return true; } in CanBeMoved() function
581 bool CanBeMoved() const override { return true; } in CanBeMoved() function
606 bool CanBeMoved() const override { return true; } in CanBeMoved() function
[all …]
Dnodes_shared.h48 bool CanBeMoved() const override { return true; } in CanBeMoved() function
162 bool CanBeMoved() const override { return true; } in CanBeMoved() function
216 bool CanBeMoved() const override { return true; } in CanBeMoved() function
Dlicm.cc134 if (instruction->CanBeMoved() && InputsAreDefinedBeforeLoop(instruction)) { in Run()
Dselect_generator.cc46 } else if (instruction->CanBeMoved() && in IsSimpleBlock()
Dnodes_x86.h33 bool CanBeMoved() const override { return true; } in CanBeMoved() function
Dnodes.h2416 virtual bool CanBeMoved() const { return false; } in CanBeMoved() function
2979 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3366 bool CanBeMoved() const override { return GetPackedFlag<kFieldCanBeMoved>(); } in CanBeMoved() function
3369 return (other->CanBeMoved() == CanBeMoved()) && (other->AsDeoptimize()->GetKind() == GetKind()); in InstructionDataEquals()
3432 bool CanBeMoved() const override { return false; } in CanBeMoved() function
3476 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3556 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3632 bool CanBeMoved() const override { return true; } in CanBeMoved() function
4407 bool CanBeMoved() const override { return IsIntrinsic() && !DoesAnyWrite(); } in CanBeMoved() function
5358 bool CanBeMoved() const override { return true; } in CanBeMoved() function
[all …]
Dcode_sinking.cc116 instruction->CanBeMoved()) { in IsInterestingInstruction()
Dgvn.cc500 if (current->CanBeMoved() || current->IsBoundType() || current->IsDeoptimize()) { in VisitBasicBlock()
Dnodes.cc1755 DCHECK(CanBeMoved() || in MoveBefore()