Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp82 bool findSourcesFromMBB(MachineBasicBlock *SourceMBB,
88 MachineBasicBlock *SourceMBB);
90 MachineBasicBlock *SourceMBB = nullptr);
167 (SI.second == nullptr || SI.second == SourceMBB)) { in phiInfoElementRemoveSource()
206 if (SI.second == SourceMBB) { in findSourcesFromMBB()
248 findPHIInfoElementFromSource(SourceReg, SourceMBB); in findDest()
258 return findDest(Reg, SourceMBB, DestReg); in isSource()
1117 MachineBasicBlock *SourceMBB,
1486 if (SourceMBB) { in shrinkPHI()
1488 MIB.addMBB(SourceMBB); in shrinkPHI()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp392 void PPCBranchCoalescing::moveAndUpdatePHIs(MachineBasicBlock *SourceMBB, in moveAndUpdatePHIs() argument
395 MachineBasicBlock::iterator MI = SourceMBB->begin(); in moveAndUpdatePHIs()
396 MachineBasicBlock::iterator ME = SourceMBB->getFirstNonPHI(); in moveAndUpdatePHIs()
408 if (MO.getMBB() == SourceMBB) in moveAndUpdatePHIs()
412 TargetMBB->splice(TargetMBB->begin(), SourceMBB, MI, ME); in moveAndUpdatePHIs()