Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h89 explicit LifeIntervals(ArenaAllocator *allocator) : LifeIntervals(allocator, nullptr) {} in LifeIntervals() function
91 LifeIntervals(ArenaAllocator *allocator, Inst *inst) : LifeIntervals(allocator, inst, {}) {} in LifeIntervals() function
93 LifeIntervals(ArenaAllocator *allocator, Inst *inst, LiveRange live_range) in LifeIntervals() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.h90 explicit LifeIntervals(ArenaAllocator *allocator) : LifeIntervals(allocator, nullptr) {} in LifeIntervals() function
92 LifeIntervals(ArenaAllocator *allocator, Inst *inst) : LifeIntervals(allocator, inst, {}) {} in LifeIntervals() function
94 LifeIntervals(ArenaAllocator *allocator, Inst *inst, LiveRange liveRange) in LifeIntervals() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.h29 class LifeIntervals; variable
Dinterference_graph.h33 class LifeIntervals; variable
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h31 class LifeIntervals; variable
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp231 TEST_F(LivenessAnalyzerTest, LifeIntervals) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp208 TEST_F(LivenessAnalyzerTest, LifeIntervals) in TEST_F() argument