Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc51 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 …]
Dregister_allocator.h51 Strategy strategy = kRegisterAllocatorDefault);
Dregister_allocator.cc42 Strategy strategy) { in Create() argument
43 switch (strategy) { in Create()
51 LOG(FATAL) << "Invalid register allocation strategy: " << strategy; in Create()
Doptimizing_compiler.cc568 RegisterAllocator::Strategy strategy, in AllocateRegisters() argument
586 RegisterAllocator::Create(&local_allocator, codegen, liveness, strategy); in AllocateRegisters()