Searched refs:opBlock (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 304 MachineBasicBlock &opBlock = *MPhi->getOperand(i*2+2).getMBB(); in LowerAtomicPHINode() local 309 if (!MBBsInsertedInto.insert(&opBlock)) in LowerAtomicPHINode() 315 findPHICopyInsertPoint(&opBlock, &MBB, SrcReg); in LowerAtomicPHINode() 323 BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(), in LowerAtomicPHINode() 331 BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(), in LowerAtomicPHINode() 352 bool ValueIsUsed = VRegPHIUseCount[BBVRegPair(opBlock.getNumber(), SrcReg)]; in LowerAtomicPHINode() 356 if (!ValueIsUsed && !LV->isLiveOut(SrcReg, opBlock)) { in LowerAtomicPHINode() 362 MachineBasicBlock::iterator KillInst = opBlock.end(); in LowerAtomicPHINode() 363 MachineBasicBlock::iterator FirstTerm = opBlock.getFirstTerminator(); in LowerAtomicPHINode() 365 Term != opBlock.end(); ++Term) { in LowerAtomicPHINode() [all …]
|