Home
last modified time | relevance | path

Searched refs:RABasic (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp57 class RABasic : public MachineFunctionPass, class
124 char RABasic::ID = 0;
128 char &llvm::RABasicID = RABasic::ID;
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()
309 bool RABasic::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
334 return new RABasic(); in createBasicRegisterAllocator()
[all …]