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

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp1 //===-- StackSlotColoring.cpp - Stack slot coloring pass. -----------------===//
48 class StackSlotColoring : public MachineFunctionPass { class in namespace:__anon12649
86 StackSlotColoring() : function in class:__anon12649::StackSlotColoring
116 char StackSlotColoring::ID = 0;
117 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
119 INITIALIZE_PASS_BEGIN(StackSlotColoring, "stack-slot-coloring",
124 INITIALIZE_PASS_END(StackSlotColoring, "stack-slot-coloring",
139 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) {
180 void StackSlotColoring::InitializeSlots() {
221 StackSlotColoring
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStackSlotColoring.cpp1 //===-- StackSlotColoring.cpp - Stack slot coloring pass. -----------------===//
58 class StackSlotColoring : public MachineFunctionPass { class in namespace:__anon18598
97 StackSlotColoring() : function in class:__anon18598::StackSlotColoring
101 StackSlotColoring(bool RegColor) : function in class:__anon18598::StackSlotColoring
150 char StackSlotColoring::ID = 0;
152 INITIALIZE_PASS_BEGIN(StackSlotColoring, "stack-slot-coloring",
158 INITIALIZE_PASS_END(StackSlotColoring, "stack-slot-coloring",
162 return new StackSlotColoring(RegColor);
177 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) {
208 void StackSlotColoring
[all...]

Completed in 71 milliseconds