Searched refs:StackSlotColoring (Results 1 – 2 of 2) sorted by relevance
62 class StackSlotColoring : public MachineFunctionPass { class143 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anon53ec539f0111::StackSlotColoring172 char StackSlotColoring::ID = 0;174 char &llvm::StackSlotColoringID = StackSlotColoring::ID;176 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,181 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,198 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()235 void StackSlotColoring::InitializeSlots() { in InitializeSlots()294 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()348 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()[all …]
468 SRCS_MIN+= CodeGen/StackSlotColoring.cpp