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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp1 //===--------------------- SIOptimizeVGPRLiveRange.cpp -------------------===//
90 class SIOptimizeVGPRLiveRange : public MachineFunctionPass { class in namespace:__anon2336
141 SIOptimizeVGPRLiveRange() : MachineFunctionPass(ID) {} function in class:__anon2336::SIOptimizeVGPRLiveRange
175 SIOptimizeVGPRLiveRange::getElseTarget(MachineBasicBlock *MBB) const {
183 void SIOptimizeVGPRLiveRange::collectElseRegionBlocks(
211 void SIOptimizeVGPRLiveRange::findNonPHIUsesInBlock(
222 void SIOptimizeVGPRLiveRange::collectCandidateRegisters(
330 void SIOptimizeVGPRLiveRange::collectWaterfallCandidateRegisters(
400 void SIOptimizeVGPRLiveRange::updateLiveRangeInThenRegion(
469 void SIOptimizeVGPRLiveRange
[all...]

Completed in 95 milliseconds