Home
last modified time | relevance | path

Searched refs:CanBeMoved (Results 1 – 11 of 11) 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.h124 bool CanBeMoved() const OVERRIDE { return false; } in CanBeMoved() function
336 bool CanBeMoved() const OVERRIDE { return false; } in CanBeMoved() function
370 bool CanBeMoved() const OVERRIDE { return false; } in CanBeMoved() function
402 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
436 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
457 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
479 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
501 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
528 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
558 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
[all …]
Dnodes_mips.h33 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
105 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
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
Dnodes_x86.h33 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
Dlicm.cc133 if (instruction->CanBeMoved() && InputsAreDefinedBeforeLoop(instruction)) { in Run()
Dselect_generator.cc50 } else if (instruction->CanBeMoved() && !instruction->HasSideEffects()) { in IsSimpleBlock()
Dnodes.h2262 virtual bool CanBeMoved() const { return false; } in CanBeMoved() function
2849 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3228 bool CanBeMoved() const OVERRIDE { return GetPackedFlag<kFieldCanBeMoved>(); } in CanBeMoved() function
3231 return (other->CanBeMoved() == CanBeMoved()) && (other->AsDeoptimize()->GetKind() == GetKind()); in InstructionDataEquals()
3299 bool CanBeMoved() const OVERRIDE { return false; } in CanBeMoved() function
3343 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3423 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3499 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
4278 bool CanBeMoved() const OVERRIDE { return IsIntrinsic() && !DoesAnyWrite(); } in CanBeMoved() function
5030 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
[all …]
Dcode_sinking.cc115 instruction->CanBeMoved()) { in IsInterestingInstruction()
Dgvn.cc481 if (current->CanBeMoved()) { in VisitBasicBlock()
Dnodes.cc1714 DCHECK(CanBeMoved() || in MoveBefore()