Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp48 class StackSlotColoring : public MachineFunctionPass { class
86 StackSlotColoring() : in StackSlotColoring() function in __anon6785c94b0111::StackSlotColoring
116 char StackSlotColoring::ID = 0;
117 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
119 INITIALIZE_PASS_BEGIN(StackSlotColoring, "stack-slot-coloring",
124 INITIALIZE_PASS_END(StackSlotColoring, "stack-slot-coloring",
139 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
179 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
220 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments()
232 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
[all …]
DCMakeLists.txt104 StackSlotColoring.cpp
DAndroid.mk108 StackSlotColoring.cpp \
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch685 + StackSlotColoring.cpp \