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

  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 1 //===------ RegAllocPBQP.cpp ---- PBQP Register Allocator -------*- C++ -*-===//
44 #include "llvm/CodeGen/RegAllocPBQP.h"
87 class RegAllocPBQP : public MachineFunctionPass {
93 RegAllocPBQP(std::auto_ptr<PBQPBuilder> b, char *cPassID=0)
160 char RegAllocPBQP::ID = 0;
483 void RegAllocPBQP::getAnalysisUsage(AnalysisUsage &au) const {
505 void RegAllocPBQP::findVRegIntervalsToAlloc() {
528 bool RegAllocPBQP::mapPBQPToRegAlloc(const PBQPRAProblem &problem,
581 void RegAllocPBQP::finalizeAlloc() const {
647 bool RegAllocPBQP::runOnMachineFunction(MachineFunction &MF)
    [all...]
Android.mk 77 RegAllocPBQP.cpp \

Completed in 170 milliseconds