Searched refs:peeling_votes (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.h | 240 void SetAlignmentStrategy(uint32_t peeling_votes[],
|
D | loop_optimization.cc | 953 uint32_t peeling_votes[16] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in ShouldVectorize() local 1015 ++peeling_votes[vote]; in ShouldVectorize() 1028 SetAlignmentStrategy(peeling_votes, peeling_candidate); in ShouldVectorize() 2205 void HLoopOptimization::SetAlignmentStrategy(uint32_t peeling_votes[], in SetAlignmentStrategy() argument 2211 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy() 2212 max_vote = peeling_votes[i]; in SetAlignmentStrategy()
|