Home
last modified time | relevance | path

Searched defs:live_set (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp249 auto live_set = GetInitInstLiveSet(block); in BuildInstLifeIntervals() local
262 auto live_set = GetAllocator()->New<InstLiveSet>(instruction_count, GetAllocator()); in GetInitInstLiveSet() local
303 void LivenessAnalyzer::ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *live_set) in ProcessBlockLiveInstructions()
396 void LivenessAnalyzer::AdjustInputsLifetime(Inst *inst, LiveRange live_range, InstLiveSet *live_set) in AdjustInputsLifetime()
494 void LivenessAnalyzer::SetBlockLiveSet(BasicBlock *block, InstLiveSet *live_set) in SetBlockLiveSet()