Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h449 void SetAlignmentStrategy(const ScopedArenaVector<uint32_t>& peeling_votes,
Dloop_optimization.cc1179 ScopedArenaVector<uint32_t> peeling_votes(desired_alignment, 0u, in CanVectorizeDataFlow() local
1243 ++peeling_votes[vote]; in CanVectorizeDataFlow()
1257 SetAlignmentStrategy(peeling_votes, peeling_candidate); in CanVectorizeDataFlow()
2815 void HLoopOptimization::SetAlignmentStrategy(const ScopedArenaVector<uint32_t>& peeling_votes, in SetAlignmentStrategy() argument
2820 for (size_t i = 0; i < peeling_votes.size(); i++) { in SetAlignmentStrategy()
2821 if (peeling_votes[i] > max_vote) { in SetAlignmentStrategy()
2822 max_vote = peeling_votes[i]; in SetAlignmentStrategy()