LLVM API Documentation

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

LowerPacked.cpp File Reference

#include "llvm/Transforms/Scalar.h"
#include "llvm/Argument.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/ADT/StringExtras.h"
#include <algorithm>
#include <map>
#include <iostream>

Include dependency graph for LowerPacked.cpp:

Go to the source code of this file.

Functions

FunctionPassllvm::createLowerPackedPass ()


Variable Documentation

RegisterOpt<LowerPacked> X("lower-packed","lowers packed operations to operations on smaller packed datatypes") [static]