Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp304 auto liveSet = GetInitInstLiveSet(block); in BuildInstLifeIntervals() local
317 auto liveSet = GetAllocator()->New<InstLiveSet>(instructionCount, GetAllocator()); in GetInitInstLiveSet() local
359 void LivenessAnalyzer::ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *liveSet) in ProcessBlockLiveInstructions()
468 void LivenessAnalyzer::AdjustInputsLifetime(Inst *inst, LiveRange liveRange, InstLiveSet *liveSet) in AdjustInputsLifetime()
642 void LivenessAnalyzer::SetBlockLiveSet(BasicBlock *block, InstLiveSet *liveSet) in SetBlockLiveSet()