LLVM API Documentation

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

LowerSelect.cpp File Reference

#include "llvm/Transforms/Scalar.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Type.h"
#include "llvm/ADT/Statistic.h"

Include dependency graph for LowerSelect.cpp:

Go to the source code of this file.

Functions

FunctionPassllvm::createLowerSelectPass (bool OnlyFP)


Variable Documentation

Statistic NumLowered("lowerselect","Number of select instructions lowered") [static]
 

RegisterOpt<LowerSelect> X("lowerselect","Lower select instructions to branches") [static]