Searched refs:RegAllocType (Results 1 – 2 of 2) sorted by relevance
24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enum50 RegAllocType RegAlloc = RegAllocType::Default;
997 if (Opt.RegAlloc == RegAllocType::Default) in addRegAllocPass()1000 else if (Opt.RegAlloc == RegAllocType::Basic) in addRegAllocPass()1002 else if (Opt.RegAlloc == RegAllocType::Fast) in addRegAllocPass()1004 else if (Opt.RegAlloc == RegAllocType::Greedy) in addRegAllocPass()1006 else if (Opt.RegAlloc == RegAllocType::PBQP) in addRegAllocPass()1015 if (Opt.RegAlloc != RegAllocType::Default && in addRegAssignmentFast()1016 Opt.RegAlloc != RegAllocType::Fast) in addRegAssignmentFast()