Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp60 class StackSlotColoring : public MachineFunctionPass { class
99 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anona2ed05200111::StackSlotColoring
129 char StackSlotColoring::ID = 0;
131 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
133 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,
138 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,
155 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
192 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
253 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments()
264 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
[all …]
H A DCMakeLists.txt222 StackSlotColoring.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile205 StackSlotColoring.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn219 "StackSlotColoring.cpp",