Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp29 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph) : RegAllocBase(graph) {} in RegAllocGraphColoring() function in ark::compiler::RegAllocGraphColoring
30 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph, size_t regsCount) : RegAllocBase(graph, … in RegAllocGraphColoring() function in ark::compiler::RegAllocGraphColoring
31 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph, LocationMask mask) : RegAllocBase(graph,… in RegAllocGraphColoring() function in ark::compiler::RegAllocGraphColoring
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp19 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph) : RegAllocBase(graph) {} in RegAllocGraphColoring() function in panda::compiler::RegAllocGraphColoring
20 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph, size_t regs_count) : RegAllocBase(graph,… in RegAllocGraphColoring() function in panda::compiler::RegAllocGraphColoring