Home
last modified time | relevance | path

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

/arkcompiler/runtime_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 live_range) in LifeIntervals() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h32 class LifeIntervals; variable
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp231 TEST_F(LivenessAnalyzerTest, LifeIntervals) in TEST_F() argument