Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp385 ArenaVector<LifeIntervals *> to_split(GetGraph()->GetLocalAllocator()->Adapter()); in Presplit() local
396 to_split.push_back(interval); in Presplit()
401 if (!to_split.empty() && to_split.back() == interval) { in Presplit()
407 to_split.push_back(interval); in Presplit()
413 for (auto interval : to_split) { in Presplit()