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.cpp296 auto liveSet = GetInitInstLiveSet(block); in BuildInstLifeIntervals() local
309 auto liveSet = GetAllocator()->New<InstLiveSet>(instructionCount, GetAllocator()); in GetInitInstLiveSet() local
350 void LivenessAnalyzer::ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *liveSet) in ProcessBlockLiveInstructions()
458 void LivenessAnalyzer::AdjustInputsLifetime(Inst *inst, LiveRange liveRange, InstLiveSet *liveSet) in AdjustInputsLifetime()
626 void LivenessAnalyzer::SetBlockLiveSet(BasicBlock *block, InstLiveSet *liveSet) in SetBlockLiveSet()