HomeSort by relevance Sort by last modified time
    Searched refs:StackSlotColoring (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 1 //===-- StackSlotColoring.cpp - Stack slot coloring pass. -----------------===//
58 class StackSlotColoring : public MachineFunctionPass {
97 StackSlotColoring() :
101 StackSlotColoring(bool RegColor) :
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::InitializeSlots()
    [all...]
Android.mk 94 StackSlotColoring.cpp \

Completed in 28 milliseconds