Home
last modified time | relevance | path

Searched refs:stackUseLastPositions_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.h79 stackUseLastPositions_.resize(slotsCount); in SetSlotsCount()
105 ASSERT(slot < stackUseLastPositions_.size()); in GetNextStackSlotImpl()
106 if (stackUseLastPositions_[slot] > interval->GetBegin()) { in GetNextStackSlotImpl()
111 stackUseLastPositions_[slot] = interval->GetEnd(); in GetNextStackSlotImpl()
141 ArenaVector<LifeNumber> stackUseLastPositions_; variable
Dreg_alloc_base.cpp40 stackUseLastPositions_(graph->GetLocalAllocator()->Adapter()) in RegAllocBase()
52 stackUseLastPositions_(graph->GetLocalAllocator()->Adapter()) in RegAllocBase()