reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/NewGVN.cpp
 2728     OpPHI = cast<PHINode>(Op);
 2730       SamePHIBlock = getBlockForValue(OpPHI);
 2731     } else if (SamePHIBlock != getBlockForValue(OpPHI)) {
 2738     if (OpPHI->getNumOperands() == 1) {
 2739       OpPHI = nullptr;
 2744   if (!OpPHI)
 2749   auto *PHIBlock = getBlockForValue(OpPHI);
 2751   for (unsigned PredNum = 0; PredNum < OpPHI->getNumOperands(); ++PredNum) {
 2752     auto *PredBB = OpPHI->getIncomingBlock(PredNum);
 2828         PHINode::Create(I->getType(), OpPHI->getNumOperands(), "phiofops");