Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SlotIndexes

1 //===-- SlotIndexes.cpp - Slot Indexes Pass  ------------------------------===//
10 #include "llvm/CodeGen/SlotIndexes.h"
19 #define DEBUG_TYPE "slotindexes"
21 char SlotIndexes::ID = 0;
22 INITIALIZE_PASS(SlotIndexes, "slotindexes",
28 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const {
33 void SlotIndexes::releaseMemory() {
41 bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) {
111 void SlotIndexes::renumberIndexes() {
113 DEBUG(dbgs() << "\n*** Renumbering SlotIndexes ***\n");
127 void SlotIndexes::renumberIndexes(IndexList::iterator curItr) {
140 DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << startItr->getIndex() << '-'
146 void SlotIndexes::repairIndexesInRange(MachineBasicBlock *MBB,
174 // in parallel with SlotIndexes, but there should be a better way to do this.
217 void SlotIndexes::dump() const {