Searched refs:LastPHIIt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PHIElimination.cpp | 80 MachineBasicBlock::iterator LastPHIIt, 292 MachineBasicBlock::iterator LastPHIIt = in EliminatePHINodes() local 308 LowerPHINode(MBB, LastPHIIt, AllEdgesCritical); in EliminatePHINodes() 335 MachineBasicBlock::iterator LastPHIIt, in LowerPHINode() argument 339 MachineBasicBlock::iterator AfterPHIsIt = std::next(LastPHIIt); in LowerPHINode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 9460 MachineBasicBlock &MBB, MachineBasicBlock::iterator LastPHIIt, in createPHIDestinationCopy() argument 9468 } while (Cur != MBB.end() && Cur != LastPHIIt); in createPHIDestinationCopy() 9470 return TargetInstrInfo::createPHIDestinationCopy(MBB, LastPHIIt, DL, Src, in createPHIDestinationCopy()
|