Lines Matching refs:RABasic
57 class RABasic : public MachineFunctionPass, class
77 RABasic(const RegClassFilterFunc F = allocateAllRegClasses);
124 char RABasic::ID = 0;
128 char &llvm::RABasicID = RABasic::ID;
130 INITIALIZE_PASS_BEGIN(RABasic, "regallocbasic", "Basic Register Allocator",
143 INITIALIZE_PASS_END(RABasic, "regallocbasic", "Basic Register Allocator", false, in INITIALIZE_PASS_DEPENDENCY()
146 bool RABasic::LRE_CanEraseVirtReg(Register VirtReg) { in INITIALIZE_PASS_DEPENDENCY()
161 void RABasic::LRE_WillShrinkVirtReg(Register VirtReg) { in LRE_WillShrinkVirtReg()
171 RABasic::RABasic(RegClassFilterFunc F): in RABasic() function in RABasic
176 void RABasic::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
200 void RABasic::releaseMemory() { in releaseMemory()
208 bool RABasic::spillInterferences(const LiveInterval &VirtReg, in spillInterferences()
259 MCRegister RABasic::selectOrSplit(const LiveInterval &VirtReg, in selectOrSplit()
309 bool RABasic::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
334 return new RABasic(); in createBasicRegisterAllocator()
338 return new RABasic(F); in createBasicRegisterAllocator()