Searched refs:SIFixSGPRLiveRanges (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/
H A DSIFixSGPRLiveRanges.cpp1 //===-- SIFixSGPRLiveRanges.cpp - Fix SGPR live ranges ----------------------===//
34 class SIFixSGPRLiveRanges : public MachineFunctionPass { class in namespace:__anon26123
39 SIFixSGPRLiveRanges() : MachineFunctionPass(ID) { function in class:__anon26123::SIFixSGPRLiveRanges
60 INITIALIZE_PASS_BEGIN(SIFixSGPRLiveRanges, DEBUG_TYPE,
63 INITIALIZE_PASS_END(SIFixSGPRLiveRanges, DEBUG_TYPE,
66 char SIFixSGPRLiveRanges::ID = 0;
68 char &llvm::SIFixSGPRLiveRangesID = SIFixSGPRLiveRanges::ID;
71 return new SIFixSGPRLiveRanges();
74 bool SIFixSGPRLiveRanges::runOnMachineFunction(MachineFunction &MF) {

Completed in 112 milliseconds