Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp61 class StackSlotColoring : public MachineFunctionPass { class
100 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anona4ed5fee0111::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()
197 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
269 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
323 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()
[all …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile356 SRCS_MIN+= CodeGen/StackSlotColoring.cpp