Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp253 unsigned instruction_count = inst_life_intervals_.size(); in GetInitInstLiveSet() local
254 auto live_set = GetAllocator()->New<InstLiveSet>(instruction_count, GetAllocator()); in GetInitInstLiveSet()
/arkcompiler/runtime_core/disassembler/tests/
Dinstructions_test.cpp.in331 size_t instruction_count = std::count(instructions.begin(), instructions.end(), '\n'); local
337 ASSERT_EQ(g_it->second.line_number_table.size(), instruction_count);