Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp240 auto live_set = GetInitInstLiveSet(block); in BuildInstLifeIntervals() local
253 auto live_set = GetAllocator()->New<InstLiveSet>(instruction_count, GetAllocator()); in GetInitInstLiveSet() local
295 void LivenessAnalyzer::ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *live_set) in ProcessBlockLiveInstructions() argument
359 AdjustInputsLifetime(Inst *inst, LiveRange live_range, InstLiveSet *live_set) AdjustInputsLifetime() argument
453 SetBlockLiveSet(BasicBlock *block, InstLiveSet *live_set) SetBlockLiveSet() argument
[all...]

Completed in 2 milliseconds