LLVM API Documentation

LowerSelect.cpp File Reference

#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.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)

Variables

Statistic NumLowered ("lowerselect","Number of select instructions lowered")
RegisterOpt< LowerSelect > X ("lowerselect","Lower select instructions to branches")


Variable Documentation

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

bool OnlyFP

Definition at line 36 of file LowerSelect.cpp.

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