Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SpillsToIns

107                       DenseMap<MachineBasicBlock *, unsigned> &SpillsToIns);
1226 /// \p SpillsToIns.
1231 DenseMap<MachineBasicBlock *, unsigned> &SpillsToIns) {
1341 // save them to SpillsToIns.
1344 SpillsToIns[Ent.first->getBlock()] = Ent.second;
1401 // SpillsToIns is the spill set to be newly inserted after hoisting.
1402 DenseMap<MachineBasicBlock *, unsigned> SpillsToIns;
1404 runHoistSpills(OrigReg, *OrigVNI, EqValSpills, SpillsToRm, SpillsToIns);
1408 for (const auto Ispill : SpillsToIns)
1418 if (!SpillsToIns.empty() || !SpillsToRm.empty())
1423 for (auto const Insert : SpillsToIns) {