Searched refs:strategy (Results 1 – 4 of 4) sorted by relevance
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);[all …]
51 Strategy strategy = kRegisterAllocatorDefault);
42 Strategy strategy) { in Create() argument43 switch (strategy) { in Create()51 LOG(FATAL) << "Invalid register allocation strategy: " << strategy; in Create()
567 RegisterAllocator::Strategy strategy, in AllocateRegisters() argument585 RegisterAllocator::Create(&local_allocator, codegen, liveness, strategy); in AllocateRegisters()