Searched defs:RegAllocGraphColoring (Results 1 – 2 of 2) sorted by relevance
29 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph) : RegAllocBase(graph) {} in RegAllocGraphColoring() function in ark::compiler::RegAllocGraphColoring30 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph, size_t regsCount) : RegAllocBase(graph, … in RegAllocGraphColoring() function in ark::compiler::RegAllocGraphColoring31 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph, LocationMask mask) : RegAllocBase(graph,… in RegAllocGraphColoring() function in ark::compiler::RegAllocGraphColoring
19 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph) : RegAllocBase(graph) {} in RegAllocGraphColoring() function in panda::compiler::RegAllocGraphColoring20 RegAllocGraphColoring::RegAllocGraphColoring(Graph *graph, size_t regs_count) : RegAllocBase(graph,… in RegAllocGraphColoring() function in panda::compiler::RegAllocGraphColoring