LLVM API Documentation

Passes.cpp File Reference

#include "llvm/CodeGen/RegAllocRegistry.h"
#include "llvm/CodeGen/Passes.h"

Include dependency graph for Passes.cpp:

Go to the source code of this file.

Functions

FunctionPassllvm::createRegisterAllocator ()

Variables

static cl::opt
< RegisterRegAlloc::FunctionPassCtor,
false, RegisterPassParser
< RegisterRegAlloc > > 
RegAlloc ("regalloc", cl::init(&createLinearScanRegisterAllocator), cl::desc("Register allocator to use: (default = linearscan)"))


Variable Documentation

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.