Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.h120 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.h123 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval() function
Dreg_alloc_linear_scan.cpp90 void RegAllocLinearScan::PrepareInterval(LifeIntervals *interval) in PrepareInterval() function in ark::compiler::RegAllocLinearScan