Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp88 MachineBasicBlock::iterator LastPHIIt);
240 MachineBasicBlock::iterator LastPHIIt = in EliminatePHINodes() local
244 LowerPHINode(MBB, LastPHIIt); in EliminatePHINodes()
271 MachineBasicBlock::iterator LastPHIIt) { in LowerPHINode() argument
274 MachineBasicBlock::iterator AfterPHIsIt = std::next(LastPHIIt); in LowerPHINode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7745 MachineBasicBlock &MBB, MachineBasicBlock::iterator LastPHIIt, in createPHIDestinationCopy() argument
7753 } while (Cur != MBB.end() && Cur != LastPHIIt); in createPHIDestinationCopy()
7755 return TargetInstrInfo::createPHIDestinationCopy(MBB, LastPHIIt, DL, Src, in createPHIDestinationCopy()