LLVM API Documentation
#include "llvm/CodeGen/RegAllocRegistry.h"#include "llvm/CodeGen/Passes.h"

Go to the source code of this file.
Functions | |
| FunctionPass * | llvm::createRegisterAllocator () |
Variables | |
| static cl::opt < RegisterRegAlloc::FunctionPassCtor, false, RegisterPassParser < RegisterRegAlloc > > | RegAlloc ("regalloc", cl::init(&createLinearScanRegisterAllocator), cl::desc("Register allocator to use: (default = linearscan)")) |
cl::opt<RegisterRegAlloc::FunctionPassCtor, false, RegisterPassParser<RegisterRegAlloc> > RegAlloc("regalloc", cl::init(&createLinearScanRegisterAllocator), cl::desc("Register allocator to use: (default = linearscan)")) [static] |
RegAlloc command line options.
Referenced by llvm::createRegisterAllocator().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.