Home
last modified time | relevance | path

Searched refs:Strategy (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h41 enum Strategy { enum
46 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan;
51 Strategy strategy = kRegisterAllocatorDefault);
Dregister_allocator_test.cc36 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);
[all …]
Dregister_allocator.cc42 Strategy strategy) { in Create()
Doptimizing_compiler.cc584 RegisterAllocator::Strategy strategy, in AllocateRegisters()
894 RegisterAllocator::Strategy regalloc_strategy = in TryCompile()
/art/compiler/driver/
Dcompiler_options.cc123 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorLinearScan; in ParseRegisterAllocationStrategy()
125 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorGraphColor; in ParseRegisterAllocationStrategy()
Dcompiler_options.h341 RegisterAllocator::Strategy GetRegisterAllocationStrategy() const { in GetRegisterAllocationStrategy()
482 RegisterAllocator::Strategy register_allocation_strategy_;