Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp68 auto catch_phi_interval = liveness_->GetInstLifeIntervals(catch_phi); in AddCatchPhiMoves() local
69 if (input_interval->GetLocation() != catch_phi_interval->GetLocation()) { in AddCatchPhiMoves()
70 ConnectIntervals(spill_fill_inst, input_interval, catch_phi_interval); in AddCatchPhiMoves()