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

References

unittests/Analysis/DomTreeUpdaterTest.cpp
   71   SwitchInst *SI = dyn_cast<SwitchInst>(BB0->getTerminator());
   75       {{DominatorTree::Insert, BB0, BB0}, {DominatorTree::Delete, BB0, BB0}});
   75       {{DominatorTree::Insert, BB0, BB0}, {DominatorTree::Delete, BB0, BB0}});
   75       {{DominatorTree::Insert, BB0, BB0}, {DominatorTree::Delete, BB0, BB0}});
   75       {{DominatorTree::Insert, BB0, BB0}, {DominatorTree::Delete, BB0, BB0}});
   82   Updates.push_back({DominatorTree::Delete, BB0, BB3});
   83   Updates.push_back({DominatorTree::Delete, BB0, BB3});
   88   Updates.push_back({DominatorTree::Delete, BB0, BB1});
   91   EXPECT_EQ(BB0->getTerminator()->getNumSuccessors(), 3u);
   92   BB3->removePredecessor(BB0);
   99   EXPECT_EQ(BB0->getTerminator()->getNumSuccessors(), 2u);
  111       {{DominatorTree::Insert, BB1, BB2}, {DominatorTree::Delete, BB0, BB1}});
  136       BB2->removePredecessor(BB0);