Searched refs:Greedy (Results 1 – 4 of 4) sorted by relevance
23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
102 Greedy enumerator
541 bool filterProcessor(bool AllowMixed, bool Greedy = true);1522 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument1535 if (AllowMixed && !Greedy) { in filterProcessor()
57 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",