reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/InlineSpiller.cpp
 1352   for (; RIt != Orders.rend(); RIt++) {
 1352   for (; RIt != Orders.rend(); RIt++) {
 1353     MachineBasicBlock *Block = (*RIt)->getBlock();
 1356     if (SpillsToKeep.find(*RIt) != SpillsToKeep.end() && !SpillsToKeep[*RIt]) {
 1356     if (SpillsToKeep.find(*RIt) != SpillsToKeep.end() && !SpillsToKeep[*RIt]) {
 1357       SpillsInSubTreeMap[*RIt].first.insert(*RIt);
 1357       SpillsInSubTreeMap[*RIt].first.insert(*RIt);
 1359       SpillsInSubTreeMap[*RIt].second = MBFI.getBlockFreq(Block);
 1365     const std::vector<MachineDomTreeNode *> &Children = (*RIt)->getChildren();
 1377           SpillsInSubTreeMap[*RIt].first;
 1378       BlockFrequency &SubTreeCost = SpillsInSubTreeMap[*RIt].second;
 1387           SpillsInSubTreeMap[*RIt].first;
 1388     BlockFrequency &SubTreeCost = SpillsInSubTreeMap[*RIt].second;
 1418       SpillsToKeep[*RIt] = LiveReg;
 1423         dbgs() << "were promoted to BB" << (*RIt)->getBlock()->getNumber()
 1427       SpillsInSubTree.insert(*RIt);