Home
last modified time | relevance | path

Searched refs:StackSlotColoring (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/lib/CodeGen/
HDStackSlotColoring.cpp47 class StackSlotColoring : public MachineFunctionPass { class
85 StackSlotColoring() : in StackSlotColoring() function in __anonfe35e5e20111::StackSlotColoring
115 char StackSlotColoring::ID = 0;
116 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
118 INITIALIZE_PASS_BEGIN(StackSlotColoring, "stack-slot-coloring",
123 INITIALIZE_PASS_END(StackSlotColoring, "stack-slot-coloring",
138 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
180 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
213 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments()
225 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
[all …]
/trueos/lib/clang/libllvmcodegen/
HDMakefile106 StackSlotColoring.cpp \