Searched refs:StackSlotColoring (Results 1 – 2 of 2) sorted by relevance
63 class StackSlotColoring : public MachineFunctionPass { class145 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anonb7b65c290111::StackSlotColoring182 char StackSlotColoring::ID = 0;184 char &llvm::StackSlotColoringID = StackSlotColoring::ID;186 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,191 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,208 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()242 void StackSlotColoring::InitializeSlots() { in InitializeSlots()301 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()355 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()[all …]
467 SRCS_MIN+= CodeGen/StackSlotColoring.cpp