Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc2819 uint32_t max_vote = 0; in SetAlignmentStrategy() local
2821 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy()
2822 max_vote = peeling_votes[i]; in SetAlignmentStrategy()
2826 if (max_vote == 0) { in SetAlignmentStrategy()