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

References

lib/Transforms/Utils/BasicBlockUtils.cpp
  891     Pred1 = SomePHI->getIncomingBlock(0);
  897     Pred1 = *PI++;
  907   BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator());
  922     std::swap(Pred1, Pred2);
  937       IfTrue = Pred1;
  942       IfFalse = Pred1;
  955   BasicBlock *CommonPred = Pred1->getSinglePredecessor();
  964   if (BI->getSuccessor(0) == Pred1) {
  965     IfTrue = Pred1;
  969     IfFalse = Pred1;