Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp62 class StackSlotColoring : public MachineFunctionPass { class
143 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anon53ec539f0111::StackSlotColoring
172 char StackSlotColoring::ID = 0;
174 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
176 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,
181 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,
198 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
235 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
294 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
348 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile468 SRCS_MIN+= CodeGen/StackSlotColoring.cpp