Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector_test.cc170 EXPECT_FALSE(v0->CanBeMoved()); in TEST_F()
171 EXPECT_FALSE(v1->CanBeMoved()); in TEST_F()
172 EXPECT_FALSE(v2->CanBeMoved()); in TEST_F()
173 EXPECT_FALSE(v3->CanBeMoved()); in TEST_F()
174 EXPECT_FALSE(v4->CanBeMoved()); in TEST_F()
185 EXPECT_TRUE(v0->CanBeMoved()); in TEST_F()
186 EXPECT_TRUE(v1->CanBeMoved()); in TEST_F()
187 EXPECT_TRUE(v2->CanBeMoved()); in TEST_F()
222 EXPECT_FALSE(v0->CanBeMoved()); in TEST_F()
223 EXPECT_TRUE(v1->CanBeMoved()); in TEST_F()
[all …]
Dnodes_vector.h105 bool CanBeMoved() const OVERRIDE { return false; } in CanBeMoved() function
260 bool CanBeMoved() const OVERRIDE { return false; } in CanBeMoved() function
283 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
308 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
329 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
350 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
372 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
399 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
431 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
468 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
[all …]
Dnodes_shared.h45 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
138 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
180 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
233 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
Dnodes_mips.h29 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
Dnodes_x86.h29 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
Dselect_generator.cc37 } else if (instruction->CanBeMoved() && !instruction->HasSideEffects()) { in IsSimpleBlock()
Dlicm.cc132 if (instruction->CanBeMoved() in Run()
Dnodes.h2160 virtual bool CanBeMoved() const { return false; } in FOR_EACH_ABSTRACT_INSTRUCTION()
2693 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3038 bool CanBeMoved() const OVERRIDE { return GetPackedFlag<kFieldCanBeMoved>(); } in CanBeMoved() function
3041 return (other->CanBeMoved() == CanBeMoved()) && (other->AsDeoptimize()->GetKind() == GetKind()); in InstructionDataEquals()
3103 bool CanBeMoved() const OVERRIDE { return false; } in CanBeMoved() function
3145 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3215 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
3287 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
4026 bool CanBeMoved() const OVERRIDE { return IsIntrinsic() && !DoesAnyWrite(); } in CanBeMoved() function
4749 bool CanBeMoved() const OVERRIDE { return true; } in CanBeMoved() function
[all …]
Dcode_sinking.cc104 instruction->CanBeMoved()) { in IsInterestingInstruction()
Dgvn.cc489 if (current->CanBeMoved()) { in VisitBasicBlock()
Dnodes.cc1476 DCHECK(CanBeMoved() || in MoveBefore()