Searched defs:SlotIndexes (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineFunction.h | 71 class SlotIndexes; global() variable |
H A D | MachineBasicBlock.h | 40 class SlotIndexes; global() variable |
H A D | SlotIndexes.h | 65 friend class SlotIndexes; global() variable |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | SlotIndexes.cpp | 23 SlotIndexes::SlotIndexes() : MachineFunctionPass(ID) { SlotIndexes() function in SlotIndexes |
H A D | RenameIndependentSubregs.cpp | 117 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) INITIALIZE_PASS_DEPENDENCY() argument |
H A D | VirtRegMap.cpp | 231 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) INITIALIZE_PASS_DEPENDENCY() argument |
H A D | RegAllocGreedy.h | 55 class SlotIndexes; global() variable |
H A D | StackColoring.cpp | 520 INITIALIZE_PASS_DEPENDENCY(SlotIndexes) INITIALIZE_PASS_DEPENDENCY() argument |