Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dworking_ranges.h25 struct WorkingRanges { struct
26 …explicit WorkingRanges(ArenaAllocator *allocator) : regular(allocator->Adapter()), physical(alloca… in WorkingRanges() argument
28 InstructionsRanges regular; // NOLINT(misc-non-private-member-variables-in-classes)
29 InstructionsRanges physical; // NOLINT(misc-non-private-member-variables-in-classes)
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.h31 struct WorkingRanges { struct
32 explicit WorkingRanges(ArenaAllocator *allocator) in WorkingRanges() argument
37 InstructionsRanges regular; // NOLINT(misc-non-private-member-variables-in-classes)
38 InstructionsRanges physical; // NOLINT(misc-non-private-member-variables-in-classes)