Searched refs:kNumRepresentations (Results 1 – 3 of 3) sorted by relevance
299 kNumRepresentations enumerator329 STATIC_ASSERT(kNumRepresentations <= (1 << kBitsPerByte));2260 for (int i = 0; i < Representation::kNumRepresentations; i++) {2349 int non_phi_uses_[Representation::kNumRepresentations];2350 int indirect_uses_[Representation::kNumRepresentations];
1239 for (int i = 0; i < Representation::kNumRepresentations; i++) { in AddNonPhiUsesFrom()1246 for (int i = 0; i < Representation::kNumRepresentations; i++) { in AddIndirectUsesTo()
1817 int use_count[Representation::kNumRepresentations] = { 0 }; in TryChange()