Home
last modified time | relevance | path

Searched defs:Greedy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; global() enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h102 Greedy enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1572 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor()