Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h474 void SetStackSlotsCount(uint32_t stack_slot_count) in SetStackSlotsCount() argument
476 stack_slot_count_ = stack_slot_count; in SetStackSlotsCount()
479 void UpdateStackSlotsCount(uint32_t stack_slot_count) in UpdateStackSlotsCount() argument
481 stack_slot_count_ = std::max(stack_slot_count_, stack_slot_count); in UpdateStackSlotsCount()