Searched defs:LoopVectorizationCostModel (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp25 // 4. LoopVectorizationCostModel - A unit that checks for the profitability
220 class LoopVectorizationCostModel;
1593 /// LoopVectorizationCostModel - estimates the expected speedups due to
1600 class LoopVectorizationCostModel { class in namespace:__anon14813
1602 LoopVectorizationCostModel(Loop *L, PredicatedScalarEvolution &PSE, function in class:__anon14813::LoopVectorizationCostModel
1853 // LoopVectorizationCostModel.
5162 LoopVectorizationCostModel::VectorizationFactor
5163 LoopVectorizationCostModel::selectVectorizationFactor(bool OptForSize) {
5326 LoopVectorizationCostModel::getSmallestAndWidestTypes() {
5374 unsigned LoopVectorizationCostModel
[all...]

Completed in 157 milliseconds