Home
last modified time | relevance | path

Searched refs:RegAllocTypeParser (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h27 class RegAllocTypeParser : public cl::parser<RegAllocType> {
29 RegAllocTypeParser(cl::Option &O) : cl::parser<RegAllocType>(O) {} in RegAllocTypeParser() function
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp51 static cl::opt<RegAllocType, false, RegAllocTypeParser>