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

  /external/llvm/lib/CodeGen/
RegAllocBase.h 1 //===-- RegAllocBase.h - basic regalloc interface and driver --*- C++ -*---===//
10 // This file defines the RegAllocBase class, which is the skeleton of a basic
57 /// RegAllocBase provides the register allocation driver and interface that can
63 class RegAllocBase {
102 RegAllocBase(): UserTag(0), TRI(0), MRI(0), VRM(0), LIS(0) {}
104 virtual ~RegAllocBase() {}
RegAllocBasic.cpp 16 #include "RegAllocBase.h"
63 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
66 const char *RegAllocBase::TimerGroupName = "Register Allocation";
67 bool RegAllocBase::VerifyEnabled = false;
83 class RABasic : public MachineFunctionPass, public RegAllocBase
178 RegAllocBase::releaseMemory();
183 void RegAllocBase::verify() {
217 // RegAllocBase Implementation
221 void RegAllocBase::LiveUnionArray::init(LiveIntervalUnion::Allocator &allocator,
230 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis)
    [all...]
RegAllocGreedy.cpp 20 #include "RegAllocBase.h"
68 public RegAllocBase,
364 // RegAllocBase will erase it after dequeueing.
397 RegAllocBase::releaseMemory();
    [all...]

Completed in 168 milliseconds