Searched refs:RegAllocFast (Results 1 – 4 of 4) sorted by relevance
68 class RegAllocFast : public MachineFunctionPass { class72 RegAllocFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in RegAllocFast() function in __anondcfd0db60111::RegAllocFast288 char RegAllocFast::ID = 0;290 INITIALIZE_PASS(RegAllocFast, "regallocfast", "Fast Register Allocator", false,293 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState()298 bool RegAllocFast::isPhysRegFree(MCPhysReg PhysReg) const { in isPhysRegFree()308 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()341 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()385 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()404 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill()[all …]
137 RegAllocFast.cpp
151 RegAllocFast.cpp \
162 "RegAllocFast.cpp",