Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.cpp25 std::vector<bool> used_vslots(INVALID_REG); in RegAllocStat() local
38 … DataType::IsFloatType(interv->GetType()) ? (used_slots[slot] = true) : (used_vslots[slot] = true); in RegAllocStat()
45 vslots_ = static_cast<size_t>(std::count(used_vslots.begin(), used_vslots.end(), true)); in RegAllocStat()