Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp61 class StackSlotColoring : public MachineFunctionPass { class
100 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anon047f105d0111::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()
266 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
320 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile420 SRCS_MIN+= CodeGen/StackSlotColoring.cpp