Lines Matching refs:RegAllocPBQP
1 //===------ RegAllocPBQP.cpp ---- PBQP Register Allocator -------*- C++ -*-===//
34 #include "llvm/CodeGen/RegAllocPBQP.h"
88 class RegAllocPBQP : public MachineFunctionPass {
94 RegAllocPBQP(OwningPtr<PBQPBuilder> &b, char *cPassID=0)
157 char RegAllocPBQP::ID = 0;
424 void RegAllocPBQP::getAnalysisUsage(AnalysisUsage &au) const {
449 void RegAllocPBQP::findVRegIntervalsToAlloc() {
469 bool RegAllocPBQP::mapPBQPToRegAlloc(const PBQPRAProblem &problem,
523 void RegAllocPBQP::finalizeAlloc() const {
541 bool RegAllocPBQP::runOnMachineFunction(MachineFunction &MF) {
627 return new RegAllocPBQP(builder, customPassID);