Searched refs:SpillRegs (Results 1 – 1 of 1) sorted by relevance
1895 std::vector<std::pair<unsigned,bool> > &SpillRegs = in InsertSpills() local1897 for (unsigned i = 0, e = SpillRegs.size(); i != e; ++i) { in InsertSpills()1898 unsigned VirtReg = SpillRegs[i].first; in InsertSpills()1899 bool isKill = SpillRegs[i].second; in InsertSpills()