Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp61 class StackSlotColoring : public MachineFunctionPass { class
100 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anonfd2118d40111::StackSlotColoring
130 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()
255 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments()
266 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
[all …]
H A DCMakeLists.txt170 StackSlotColoring.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile180 StackSlotColoring.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn191 "StackSlotColoring.cpp",