Home
last modified time | relevance | path

Searched refs:block_live_sets_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp31 block_live_sets_(graph->GetLocalAllocator()->Adapter()), in LivenessAnalyzer()
63 block_live_sets_.clear(); in ResetLiveness()
95 block_live_sets_.resize(GetGraph()->GetVectorBlocks().size()); in BuildBlocksLinearOrder()
455 block_live_sets_[block->GetId()] = live_set; in SetBlockLiveSet()
460 return block_live_sets_[block->GetId()]; in GetBlockLiveSet()
H A Dliveness_analyzer.h591 ArenaVector<InstLiveSet *> block_live_sets_; variable

Completed in 3 milliseconds