Searched refs:mustSpill (Results 1 – 2 of 2) sorted by relevance
100 bool mustSpill() const { in mustSpill() function291 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill()) in addLinks()293 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()) in addLinks()308 if (nodes[n].mustSpill()) in scanActiveBundles()
708 std::list<ValuePair> mustSpill; member in nv50_ir::GCRA1287 mustSpill.push_back(ValuePair(lval, slot)); in selectRegisters()1290 if (!mustSpill.empty()) in selectRegisters()1338 spill.run(mustSpill); in allocateRegisters()1353 mustSpill.clear(); in cleanup()