Home
last modified time | relevance | path

Searched defs:RegAllocBase (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp29 RegAllocBase::RegAllocBase(Graph *graph) in RegAllocBase() function in panda::compiler::RegAllocBase
34 RegAllocBase::RegAllocBase(Graph *graph, const RegMask &reg_mask, const VRegMask &vreg_mask, size_t… in RegAllocBase() function in panda::compiler::RegAllocBase
46 RegAllocBase::RegAllocBase(Graph *graph, size_t regs_count) in RegAllocBase() function in panda::compiler::RegAllocBase
Dspill_fills_resolver.h24 class RegAllocBase; variable