|
LLVM
8.0.1
|
TODO: The following VectorizationFactor was pulled out of LoopVectorizationCostModel class. More...
#include "Transforms/Vectorize/LoopVectorizationPlanner.h"

Public Attributes | |
| unsigned | Width |
| unsigned | Cost |
TODO: The following VectorizationFactor was pulled out of LoopVectorizationCostModel class.
LV also deals with VectorizerParams::VectorizationFactor and VectorizationCostTy. We need to streamline them. Information about vectorization costs
Definition at line 170 of file LoopVectorizationPlanner.h.
| unsigned llvm::VectorizationFactor::Cost |
Definition at line 174 of file LoopVectorizationPlanner.h.
Referenced by llvm::LoopVectorizePass::processLoop().
| unsigned llvm::VectorizationFactor::Width |
Definition at line 172 of file LoopVectorizationPlanner.h.
Referenced by llvm::LoopVectorizePass::processLoop(), and processLoopInVPlanNativePath().
1.8.13