Searched refs:instruction_count (Results 1 – 2 of 2) sorted by relevance
253 unsigned instruction_count = inst_life_intervals_.size(); in GetInitInstLiveSet() local254 auto live_set = GetAllocator()->New<InstLiveSet>(instruction_count, GetAllocator()); in GetInitInstLiveSet()
331 size_t instruction_count = std::count(instructions.begin(), instructions.end(), '\n'); local337 ASSERT_EQ(g_it->second.line_number_table.size(), instruction_count);