Home
last modified time | relevance | path

Searched refs:GetNextStackSlot (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.h92 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.h93 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot() function
Dreg_alloc_linear_scan.cpp466 auto slot = GetNextStackSlot(interval); in AssignStackSlot()