HomeSort by: relevance | last modified time | path
    Searched refs:RegAllocBase (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocBase.cpp 1 //===- RegAllocBase.cpp - Register Allocator Base Class -------------------===//
9 // This file defines the RegAllocBase class which provides common functionality
14 #include "RegAllocBase.h"
43 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
46 const char RegAllocBase::TimerGroupName[] = "regalloc";
47 const char RegAllocBase::TimerGroupDescription[] = "Register Allocation";
48 bool RegAllocBase::VerifyEnabled = false;
51 // RegAllocBase Implementation
55 void RegAllocBase::anchor() {}
57 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis
    [all...]
RegAllocBase.h 1 //===- RegAllocBase.h - basic regalloc interface and driver -----*- C++ -*-===//
9 // This file defines the RegAllocBase class, which is the skeleton of a basic
54 /// RegAllocBase provides the register allocation driver and interface that can
60 class RegAllocBase {
77 RegAllocBase() = default;
78 virtual ~RegAllocBase() = default;
RegAllocBasic.cpp 16 #include "RegAllocBase.h"
61 public RegAllocBase,
157 // RegAllocBase will erase it after dequeueing.
316 RegAllocBase::init(getAnalysis<VirtRegMap>(),
RegAllocGreedy.cpp 17 #include "RegAllocBase.h"
146 public RegAllocBase,
682 // RegAllocBase will erase it after dequeueing.
3327 RegAllocBase::init(getAnalysis<VirtRegMap>(),
  /src/external/apache2/llvm/lib/libLLVMCodeGen/
Makefile 149 RegAllocBase.cpp \

Completed in 49 milliseconds