LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Passes.cpp File Reference

#include "llvm/CodeGen/Passes.h"
#include "llvm/Support/CommandLine.h"
#include <iostream>

Include dependency graph for Passes.cpp:

Go to the source code of this file.

Functions

FunctionPassllvm::createRegisterAllocator ()


Variable Documentation

cl::opt<RegAllocName> RegAlloc("regalloc", cl::desc("Register allocator to use: (default = linearscan)"), cl::Prefix, cl::values(clEnumVal(simple," simple register allocator"),clEnumVal(local," local register allocator"),clEnumVal(linearscan," linear scan register allocator"),clEnumVal(iterativescan," iterative scan register allocator"),clEnumValEnd), cl::init(linearscan)) [static]
 

Referenced by llvm::createRegisterAllocator().