Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp160 class StackSlotColoringLegacy : public MachineFunctionPass { class
164 StackSlotColoringLegacy() : MachineFunctionPass(ID) { in StackSlotColoringLegacy() function in __anonb7b65c290111::StackSlotColoringLegacy
192 char StackSlotColoringLegacy::ID = 0;
194 char &llvm::StackSlotColoringID = StackSlotColoringLegacy::ID;
196 INITIALIZE_PASS_BEGIN(StackSlotColoringLegacy, DEBUG_TYPE,
201 INITIALIZE_PASS_END(StackSlotColoringLegacy, DEBUG_TYPE, "Stack Slot Coloring",
567 bool StackSlotColoringLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()