Searched defs:StackSlotColoring (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp1 //===-- StackSlotColoring.cpp - Stack slot coloring pass. -----------------===//
47 class StackSlotColoring : public MachineFunctionPass { class in namespace:__anon9540
82 StackSlotColoring() : function in class:__anon9540::StackSlotColoring
112 char StackSlotColoring::ID = 0;
113 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
115 INITIALIZE_PASS_BEGIN(StackSlotColoring, "stack-slot-coloring",
120 INITIALIZE_PASS_END(StackSlotColoring, "stack-slot-coloring",
135 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) {
166 void StackSlotColoring::InitializeSlots() {
199 StackSlotColoring
[all...]

Completed in 74 milliseconds