Searched refs:peeling_votes (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.h | 232 void SetAlignmentStrategy(uint32_t peeling_votes[],
|
D | loop_optimization.cc | 956 uint32_t peeling_votes[16] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in ShouldVectorize() local 1018 ++peeling_votes[vote]; in ShouldVectorize() 1031 SetAlignmentStrategy(peeling_votes, peeling_candidate); in ShouldVectorize() 2194 void HLoopOptimization::SetAlignmentStrategy(uint32_t peeling_votes[], in SetAlignmentStrategy() argument 2200 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy() 2201 max_vote = peeling_votes[i]; in SetAlignmentStrategy()
|