|
LLVM
4.0.0
|
Go to the source code of this file.
Classes | |
| struct | llvm::VectorizeConfig |
| Vectorize configuration. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| BasicBlockPass * | llvm::createBBVectorizePass (const VectorizeConfig &C=VectorizeConfig()) |
| Pass * | llvm::createLoopVectorizePass (bool NoUnrolling=false, bool AlwaysVectorize=true) |
| Pass * | llvm::createSLPVectorizerPass () |
| bool | llvm::vectorizeBasicBlock (Pass *P, BasicBlock &BB, const VectorizeConfig &C=VectorizeConfig()) |
| Vectorize the BasicBlock. More... | |
| Pass * | llvm::createLoadStoreVectorizerPass () |
1.8.6