Searched refs:RegAllocType (Results 1 – 2 of 2) sorted by relevance
24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enum51 RegAllocType RegAlloc = RegAllocType::Default;
1013 if (Opt.RegAlloc == RegAllocType::Default) in addRegAllocPass()1016 else if (Opt.RegAlloc == RegAllocType::Basic) in addRegAllocPass()1018 else if (Opt.RegAlloc == RegAllocType::Fast) in addRegAllocPass()1020 else if (Opt.RegAlloc == RegAllocType::Greedy) in addRegAllocPass()1022 else if (Opt.RegAlloc == RegAllocType::PBQP) in addRegAllocPass()1031 if (Opt.RegAlloc != RegAllocType::Default && in addRegAssignmentFast()1032 Opt.RegAlloc != RegAllocType::Fast) in addRegAssignmentFast()