Lines Matching refs:RABasic
61 class RABasic : public MachineFunctionPass, class
80 RABasic();
124 char RABasic::ID = 0;
128 char &llvm::RABasicID = RABasic::ID;
130 INITIALIZE_PASS_BEGIN(RABasic, "regallocbasic", "Basic Register Allocator",
142 INITIALIZE_PASS_END(RABasic, "regallocbasic", "Basic Register Allocator", false, in INITIALIZE_PASS_DEPENDENCY()
145 bool RABasic::LRE_CanEraseVirtReg(unsigned VirtReg) { in INITIALIZE_PASS_DEPENDENCY()
160 void RABasic::LRE_WillShrinkVirtReg(unsigned VirtReg) { in LRE_WillShrinkVirtReg()
170 RABasic::RABasic(): MachineFunctionPass(ID) { in RABasic() function in RABasic
173 void RABasic::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
197 void RABasic::releaseMemory() { in releaseMemory()
205 bool RABasic::spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, in spillInterferences()
257 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit()
306 bool RABasic::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
333 return new RABasic(); in createBasicRegisterAllocator()