Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.h71 struct PendingIntervals { struct
72 explicit PendingIntervals(ArenaAllocator *allocator) in PendingIntervals() argument
76 InstructionsIntervals regular; // NOLINT(misc-non-private-member-variables-in-classes)
77 ArenaVector<LifeIntervals *> fixed; // NOLINT(misc-non-private-member-variables-in-classes)