Searched refs:SIFixSGPRLiveRanges (Results 1 – 2 of 2) sorted by relevance
67 class SIFixSGPRLiveRanges : public MachineFunctionPass { class72 SIFixSGPRLiveRanges() : MachineFunctionPass(ID) { in SIFixSGPRLiveRanges() function in __anon3f0f68640111::SIFixSGPRLiveRanges96 INITIALIZE_PASS_BEGIN(SIFixSGPRLiveRanges, DEBUG_TYPE,100 INITIALIZE_PASS_END(SIFixSGPRLiveRanges, DEBUG_TYPE,103 char SIFixSGPRLiveRanges::ID = 0;105 char &llvm::SIFixSGPRLiveRangesID = SIFixSGPRLiveRanges::ID;108 return new SIFixSGPRLiveRanges(); in createSIFixSGPRLiveRangesPass()111 bool SIFixSGPRLiveRanges::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
51 SIFixSGPRLiveRanges.cpp