LLVM API Documentation
#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 | |
| FunctionPass * | llvm::createLowerSelectPass (bool OnlyFP) |
Variables | |
| Statistic | NumLowered ("lowerselect","Number of select instructions lowered") |
| RegisterOpt< LowerSelect > | X ("lowerselect","Lower select instructions to branches") |
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] |