Lines Matching refs:RABasic
57 class RABasic : public MachineFunctionPass, class
77 RABasic(const RegAllocFilterFunc F = nullptr);
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(RegAllocFilterFunc F) in RABasic() function in RABasic
174 void RABasic::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
198 void RABasic::releaseMemory() { in releaseMemory()
206 bool RABasic::spillInterferences(const LiveInterval &VirtReg, in spillInterferences()
255 MCRegister RABasic::selectOrSplit(const LiveInterval &VirtReg, in selectOrSplit()
305 bool RABasic::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
331 return new RABasic(); in createBasicRegisterAllocator()
335 return new RABasic(F); in createBasicRegisterAllocator()