Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp469 auto block_range = GetBlockLiveRange(bb); in DumpLifeIntervals() local
470 out << "BB " << bb->GetId() << "\t" << block_range.ToString() << std::endl; in DumpLifeIntervals()