Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc2209 uint32_t max_vote = 0; in SetAlignmentStrategy() local
2211 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy()
2212 max_vote = peeling_votes[i]; in SetAlignmentStrategy()
2216 if (max_vote == 0) { in SetAlignmentStrategy()