Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SpillsToIns

133                       DenseMap<MachineBasicBlock *, unsigned> &SpillsToIns);
1282 /// \p SpillsToIns.
1287 DenseMap<MachineBasicBlock *, unsigned> &SpillsToIns) {
1398 // save them to SpillsToIns.
1401 SpillsToIns[Ent.first->getBlock()] = Ent.second;
1451 // SpillsToIns is the spill set to be newly inserted after hoisting.
1452 DenseMap<MachineBasicBlock *, unsigned> SpillsToIns;
1454 runHoistSpills(OrigLI, *OrigVNI, EqValSpills, SpillsToRm, SpillsToIns);
1458 for (const auto Ispill : SpillsToIns)
1468 if (!SpillsToIns.empty() || !SpillsToRm.empty())
1473 for (auto const Insert : SpillsToIns) {