Searched refs:StackSlotColoring (Results 1 – 2 of 2) sorted by relevance
61 class StackSlotColoring : public MachineFunctionPass { class100 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anon047f105d0111::StackSlotColoring130 char StackSlotColoring::ID = 0;132 char &llvm::StackSlotColoringID = StackSlotColoring::ID;134 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,139 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,156 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()194 void StackSlotColoring::InitializeSlots() { in InitializeSlots()266 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()320 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()[all …]
420 SRCS_MIN+= CodeGen/StackSlotColoring.cpp