Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp63 class StackSlotColoring : public MachineFunctionPass { class
145 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anonb7b65c290111::StackSlotColoring
182 char StackSlotColoring::ID = 0;
184 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
186 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,
191 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,
208 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
242 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
301 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
355 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile467 SRCS_MIN+= CodeGen/StackSlotColoring.cpp