LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

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