|
LLVM
8.0.1
|
A range of powers-of-2 vectorization factors with fixed start and adjustable end. More...
#include "Transforms/Vectorize/VPlan.h"

Public Attributes | |
| const unsigned | Start |
| unsigned | End |
A range of powers-of-2 vectorization factors with fixed start and adjustable end.
The range includes start and excludes end, e.g.,: [1, 9) = {1, 2, 4, 8}
| unsigned llvm::VFRange::End |
Definition at line 73 of file VPlan.h.
Referenced by llvm::LoopVectorizationPlanner::buildVPlans(), llvm::LoopVectorizationPlanner::getDecisionAndClampRange(), and llvm::VPRecipeBuilder::tryToCreateRecipe().
Definition at line 70 of file VPlan.h.
Referenced by llvm::LoopVectorizationPlanner::getDecisionAndClampRange(), and llvm::VPRecipeBuilder::tryToCreateRecipe().
1.8.13