Searched refs:RegAllocFast (Results 1 – 2 of 2) sorted by relevance
69 class RegAllocFast : public MachineFunctionPass { class302 char RegAllocFast::ID = 0;322 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()355 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()399 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()489 RegAllocFast::getMBBBeginInsertionPoint( in getMBBBeginInsertionPoint()607 void RegAllocFast::freePhysReg(MCPhysReg PhysReg) { in freePhysReg()1029 void RegAllocFast::dumpState() const { in dumpState()1438 void RegAllocFast::handleBundle(MachineInstr &MI) { in handleBundle()1568 return new RegAllocFast(); in createFastRegisterAllocator()[all …]
366 SRCS_MIN+= CodeGen/RegAllocFast.cpp