Home
last modified time | relevance | path

Searched refs:peeling_votes (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.h241 void SetAlignmentStrategy(const ScopedArenaVector<uint32_t>& peeling_votes,
Dloop_optimization.cc950 ScopedArenaVector<uint32_t> peeling_votes(desired_alignment, 0u, in ShouldVectorize() local
1014 ++peeling_votes[vote]; in ShouldVectorize()
1028 SetAlignmentStrategy(peeling_votes, peeling_candidate); in ShouldVectorize()
2309 void HLoopOptimization::SetAlignmentStrategy(const ScopedArenaVector<uint32_t>& peeling_votes, in SetAlignmentStrategy() argument
2314 for (size_t i = 0; i < peeling_votes.size(); i++) { in SetAlignmentStrategy()
2315 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy()
2316 max_vote = peeling_votes[i]; in SetAlignmentStrategy()