Lines Matching refs:Strategy
36 using Strategy = RegisterAllocator::Strategy; typedef
51 void SameAsFirstInputHint(Strategy strategy);
52 void ExpectedInRegisterHint(Strategy strategy);
55 bool Check(const std::vector<uint16_t>& data, Strategy strategy);
56 void CFG1(Strategy strategy);
57 void Loop1(Strategy strategy);
58 void Loop2(Strategy strategy);
59 void Loop3(Strategy strategy);
60 void DeadPhi(Strategy strategy);
62 void PhiHint(Strategy strategy);
66 void ExpectedExactInRegisterAndSameOutputHint(Strategy strategy);
84 test_name(Strategy::kRegisterAllocatorLinearScan);\
87 test_name(Strategy::kRegisterAllocatorGraphColor);\
90 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check()
179 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1()
201 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1()
242 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2()
293 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3()
391 void RegisterAllocatorTest::DeadPhi(Strategy strategy) { in DeadPhi()
559 void RegisterAllocatorTest::PhiHint(Strategy strategy) { in PhiHint()
637 PhiHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
675 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) { in ExpectedInRegisterHint()
713 ExpectedInRegisterHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
743 void RegisterAllocatorTest::SameAsFirstInputHint(Strategy strategy) { in SameAsFirstInputHint()
785 SameAsFirstInputHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
814 void RegisterAllocatorTest::ExpectedExactInRegisterAndSameOutputHint(Strategy strategy) { in ExpectedExactInRegisterAndSameOutputHint()
832 ExpectedExactInRegisterAndSameOutputHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()