Searched refs:used_vslots (Results 1 – 1 of 1) sorted by relevance
25 std::vector<bool> used_vslots(INVALID_REG); in RegAllocStat() local38 … 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()