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

References

lib/Transforms/Scalar/GVN.cpp
 1783   const bool RootDominatesEnd = isOnlyReachableViaThisEdge(Root, DT);
 1828       addToLeaderTable(LVN, RHS, Root.getEnd());
 1836               ? replaceDominatedUsesWith(LHS, RHS, *DT, Root)
 1837               : replaceDominatedUsesWith(LHS, RHS, *DT, Root.getStart());
 1910         Value *NotCmp = findLeader(Root.getEnd(), Num);
 1914                   ? replaceDominatedUsesWith(NotCmp, NotVal, *DT, Root)
 1916                                              Root.getStart());
 1929         addToLeaderTable(Num, NotVal, Root.getEnd());