LLVM API Documentation

Classes | Namespaces | Functions
Transforms/Vectorize.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::VectorizeConfig
 Vectorize configuration. More...

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

BasicBlockPassllvm::createBBVectorizePass (const VectorizeConfig &C=VectorizeConfig())
Passllvm::createLoopVectorizePass (bool NoUnrolling=false, bool AlwaysVectorize=true)
Passllvm::createSLPVectorizerPass ()
bool llvm::vectorizeBasicBlock (Pass *P, BasicBlock &BB, const VectorizeConfig &C=VectorizeConfig())
 Vectorize the BasicBlock.