Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h95 LifeIntervals *GetLifeIntervals() const noexcept in GetLifeIntervals() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h103 LifeIntervals *GetLifeIntervals() const noexcept in GetLifeIntervals() function
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h497 const ArenaVector<LifeIntervals *> &GetLifeIntervals() const in GetLifeIntervals() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp632 const ArenaVector<LifeIntervals *> &LivenessAnalyzer::GetLifeIntervals() const in GetLifeIntervals() function in ark::compiler::LivenessAnalyzer