Searched refs:kNumRepresentations (Results 1 – 3 of 3) sorted by relevance
71 kNumRepresentations enumerator167 STATIC_ASSERT(kNumRepresentations <= (1 << kBitsPerByte));
77 int use_count[Representation::kNumRepresentations] = { 0 }; in RepresentationFromUses()2538 for (int i = 0; i < Representation::kNumRepresentations; i++) { in AddNonPhiUsesFrom()2545 for (int i = 0; i < Representation::kNumRepresentations; i++) { in AddIndirectUsesTo()
3260 for (int i = 0; i < Representation::kNumRepresentations; i++) { in HPhi()3368 int non_phi_uses_[Representation::kNumRepresentations];3369 int indirect_uses_[Representation::kNumRepresentations];