Searched refs:Strategy (Results 1 – 6 of 6) sorted by relevance
41 enum Strategy { enum46 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan;51 Strategy strategy = kRegisterAllocatorDefault);
36 using Strategy = RegisterAllocator::Strategy; typedef51 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 …]
42 Strategy strategy) { in Create()
568 RegisterAllocator::Strategy strategy, in AllocateRegisters()883 RegisterAllocator::Strategy regalloc_strategy = in TryCompile()
123 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorLinearScan; in ParseRegisterAllocationStrategy()125 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorGraphColor; in ParseRegisterAllocationStrategy()
345 RegisterAllocator::Strategy GetRegisterAllocationStrategy() const { in GetRegisterAllocationStrategy()486 RegisterAllocator::Strategy register_allocation_strategy_;