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/
H A Dgraph.h476 void SetStackSlotsCount(uint32_t stack_slot_count) in SetStackSlotsCount() argument
478 stack_slot_count_ = stack_slot_count; in SetStackSlotsCount()
481 void UpdateStackSlotsCount(uint32_t stack_slot_count) in UpdateStackSlotsCount() argument
483 stack_slot_count_ = std::max(stack_slot_count_, stack_slot_count); in UpdateStackSlotsCount()

Completed in 2 milliseconds