Searched refs:LoopVectorizationCostModel (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 25 // 4. LoopVectorizationCostModel - A unit that checks for the profitability 204 class LoopVectorizationCostModel; 907 /// LoopVectorizationCostModel - estimates the expected speedups due to 914 class LoopVectorizationCostModel { class in namespace:__anon11117 916 LoopVectorizationCostModel(Loop *L, ScalarEvolution *SE, LoopInfo *LI, function in class:__anon11117::LoopVectorizationCostModel 1433 LoopVectorizationCostModel CM(L, SE, LI, &LVL, *TTI, TLI, AC, F, &Hints); 1467 const LoopVectorizationCostModel::VectorizationFactor VF = 1547 // LoopVectorizationCostModel. 4458 LoopVectorizationCostModel::VectorizationFactor 4459 LoopVectorizationCostModel [all...] |
Completed in 51 milliseconds