Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp106 LifeIntervals *target_split) in ConnectSpiltFromPredBlock() argument
120 if (src_split == nullptr || src_split->GetLocation() == target_split->GetLocation()) { in ConnectSpiltFromPredBlock()
140 ConnectIntervals(spill_fill, src_split, target_split); in ConnectSpiltFromPredBlock()
Dsplit_resolver.h41 LifeIntervals *target_split);