Home
last modified time | relevance | path

Searched refs:GetSpilledConstantsCount (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.h589 size_t GetSpilledConstantsCount() const in GetSpilledConstantsCount() function
596 return GetSpilledConstantsCount() < MAX_NUM_IMM_SLOTS; in HasAvailableConstantSpillSlots()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h745 size_t GetSpilledConstantsCount() const in GetSpilledConstantsCount() function
752 return GetSpilledConstantsCount() < MAX_NUM_IMM_SLOTS; in HasAvailableConstantSpillSlots()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp273 for (size_t immSlot = 0; immSlot < GetGraph()->GetSpilledConstantsCount(); ++immSlot) { in InitImmediates()

Completed in 9 milliseconds