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

References

include/llvm/IR/Dominators.h
  117                         BBInfo::getHashValue(Edge.getEnd()));
  122            BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());
  122            BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());
lib/IR/Dominators.cpp
  183   const BasicBlock *End = BBE.getEnd();
  234   if (PN && PN->getParent() == BBE.getEnd() &&
lib/Transforms/Scalar/GVN.cpp
 1741   const BasicBlock *Pred = E.getEnd()->getSinglePredecessor();
 1828       addToLeaderTable(LVN, RHS, Root.getEnd());
 1910         Value *NotCmp = findLeader(Root.getEnd(), Num);
 1929         addToLeaderTable(Num, NotVal, Root.getEnd());
lib/Transforms/Scalar/NewGVN.cpp
 3856     ReachablePredCount[KV.getEnd()]++;
unittests/IR/DominatorTreeTest.cpp
  307         assert(Edge_BB0_BB2.getEnd() == BB2 &&
  311         assert(Edge_BB0_BB1_a.getEnd() == BB1 && "BB1 is the 2nd successor");
  314         assert(Edge_BB0_BB1_b.getEnd() == BB1 && "BB1 is the 3rd successor");