Searched refs:SIFixSGPRLiveRanges (Results 1 – 2 of 2) sorted by relevance
66 class SIFixSGPRLiveRanges : public MachineFunctionPass { class71 SIFixSGPRLiveRanges() : MachineFunctionPass(ID) { in SIFixSGPRLiveRanges() function in __anon0e5305ae0111::SIFixSGPRLiveRanges91 INITIALIZE_PASS_BEGIN(SIFixSGPRLiveRanges, DEBUG_TYPE,95 INITIALIZE_PASS_END(SIFixSGPRLiveRanges, DEBUG_TYPE,98 char SIFixSGPRLiveRanges::ID = 0;100 char &llvm::SIFixSGPRLiveRangesID = SIFixSGPRLiveRanges::ID;103 return new SIFixSGPRLiveRanges(); in createSIFixSGPRLiveRangesPass()106 bool SIFixSGPRLiveRanges::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
45 SIFixSGPRLiveRanges.cpp