Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc2313 uint32_t max_vote = 0; in SetAlignmentStrategy() local
2315 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy()
2316 max_vote = peeling_votes[i]; in SetAlignmentStrategy()
2320 if (max_vote == 0) { in SetAlignmentStrategy()