Home
last modified time | relevance | path

Searched defs:SourceMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp127 MachineBasicBlock *SourceMBB) { in phiInfoElementAddSource() argument
143 phiInfoElementRemoveSource(PHIInfoElementT * Info,unsigned SourceReg,MachineBasicBlock * SourceMBB) phiInfoElementRemoveSource() argument
170 findPHIInfoElementFromSource(unsigned SourceReg,MachineBasicBlock * SourceMBB) findPHIInfoElementFromSource() argument
182 findSourcesFromMBB(MachineBasicBlock * SourceMBB,SmallVector<unsigned,4> & Sources) findSourcesFromMBB() argument
217 addSource(unsigned DestReg,unsigned SourceReg,MachineBasicBlock * SourceMBB) addSource() argument
222 removeSource(unsigned DestReg,unsigned SourceReg,MachineBasicBlock * SourceMBB) removeSource() argument
226 findDest(unsigned SourceReg,MachineBasicBlock * SourceMBB,unsigned & DestReg) findDest() argument
237 isSource(unsigned Reg,MachineBasicBlock * SourceMBB) isSource() argument
1421 shrinkPHI(MachineInstr & PHI,unsigned CombinedSourceReg,MachineBasicBlock * SourceMBB,SmallVector<unsigned,2> & PHIIndices,unsigned * ReplaceReg) shrinkPHI() argument
2072 MachineBasicBlock *SourceMBB = Source.second; prunePHIInfo() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp391 void PPCBranchCoalescing::moveAndUpdatePHIs(MachineBasicBlock *SourceMBB, in moveAndUpdatePHIs() argument