Home
last modified time | relevance | path

Searched refs:RegAllocStat (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.h22 class RegAllocStat {
24 explicit RegAllocStat(const ArenaVector<LifeIntervals *> &intervals);
Dreg_alloc_stat.cpp20 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() function in panda::compiler::RegAllocStat
Dreg_alloc_base.cpp75 RegAllocStat st(GetGraph()->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals()); in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp918 RegAllocStat sts(interval); in __anon5d7559aa1402()
923 RegAllocStat st1(interval); in __anon5d7559aa1402()
930 RegAllocStat st2(interval); in __anon5d7559aa1402()
937 RegAllocStat st3(interval); in __anon5d7559aa1402()
943 RegAllocStat st4(interval); in __anon5d7559aa1402()