Searched refs:RegAllocFast (Results 1 – 2 of 2) sorted by relevance
177 class RegAllocFast : public MachineFunctionPass { class413 char RegAllocFast::ID = 0;439 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()467 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()520 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()729 void RegAllocFast::freePhysReg(MCPhysReg PhysReg) { in freePhysReg()1193 void RegAllocFast::dumpState() const { in dumpState()1238 void RegAllocFast::addRegClassDefCounts( in addRegClassDefCounts()1608 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue()1651 void RegAllocFast::handleBundle(MachineInstr &MI) { in handleBundle()[all …]
407 SRCS_MIN+= CodeGen/RegAllocFast.cpp