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);
82 test_name(Strategy::kRegisterAllocatorLinearScan);\
85 test_name(Strategy::kRegisterAllocatorGraphColor);\
88 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check()
177 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1()
199 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1()
240 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2()
291 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3()
389 void RegisterAllocatorTest::DeadPhi(Strategy strategy) { in DeadPhi()
557 void RegisterAllocatorTest::PhiHint(Strategy strategy) { in PhiHint()
635 PhiHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
673 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) { in ExpectedInRegisterHint()
711 ExpectedInRegisterHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
741 void RegisterAllocatorTest::SameAsFirstInputHint(Strategy strategy) { in SameAsFirstInputHint()
783 SameAsFirstInputHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()
812 void RegisterAllocatorTest::ExpectedExactInRegisterAndSameOutputHint(Strategy strategy) { in ExpectedExactInRegisterAndSameOutputHint()
830 ExpectedExactInRegisterAndSameOutputHint(Strategy::kRegisterAllocatorLinearScan); in TEST_F()