Searched refs:RAGreedy (Results 1 – 6 of 6) sorted by relevance
67 class RAGreedy : public MachineFunctionPass, class229 RAGreedy();284 char RAGreedy::ID = 0;287 const char *const RAGreedy::StageName[] = {303 return new RAGreedy(); in createGreedyRegisterAllocator()306 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { in RAGreedy() function in RAGreedy322 void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()353 void RAGreedy::LRE_WillEraseInstruction(MachineInstr *MI) { in LRE_WillEraseInstruction()358 bool RAGreedy::LRE_CanEraseVirtReg(unsigned VirtReg) { in LRE_CanEraseVirtReg()368 void RAGreedy::LRE_WillShrinkVirtReg(unsigned VirtReg) { in LRE_WillShrinkVirtReg()[all …]
108 class RAGreedy : public MachineFunctionPass, class318 RAGreedy();423 char RAGreedy::ID = 0;426 const char *const RAGreedy::StageName[] = {443 return new RAGreedy(); in createGreedyRegisterAllocator()446 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { in RAGreedy() function in RAGreedy462 void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()494 bool RAGreedy::LRE_CanEraseVirtReg(unsigned VirtReg) { in LRE_CanEraseVirtReg()506 void RAGreedy::LRE_WillShrinkVirtReg(unsigned VirtReg) { in LRE_WillShrinkVirtReg()516 void RAGreedy::LRE_DidCloneVirtReg(unsigned New, unsigned Old) { in LRE_DidCloneVirtReg()[all …]
2 ; Check that last chance split (RAGreedy::tryInstructonSplit) just split
8 ; RAGreedy defeats the test by splitting live ranges.
7 ; RAGreedy should split the range and use d16-d31 to avoid a spill.
39 ; because of its *lack* of hinting ability. Whereas RAGreedy keeps