Searched refs:mustSpill (Results 1 – 4 of 4) sorted by relevance
102 bool mustSpill() const { in mustSpill() function271 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill()) in addLinks()273 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()) in addLinks()288 if (nodes[n].mustSpill()) in scanActiveBundles()
107 bool mustSpill() const { in mustSpill() function325 if (nodes[n].mustSpill()) in scanActiveBundles()
99 bool mustSpill() const { in mustSpill() function317 if (nodes[n].mustSpill()) in scanActiveBundles()
811 std::list<ValuePair> mustSpill; member in nv50_ir::GCRA1437 mustSpill.push_back(ValuePair(lval, slot)); in selectRegisters()1440 if (!mustSpill.empty()) in selectRegisters()1503 spill.run(mustSpill); in allocateRegisters()1518 mustSpill.clear(); in cleanup()