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

References

tools/llvm-diff/DifferenceEngine.cpp
  282         tryUnify(LI->getNormalDest(), RI->getNormalDest());
  283         tryUnify(LI->getUnwindDest(), RI->getUnwindDest());
  300         if (TryUnify) tryUnify(LI->getSuccessor(1), RI->getSuccessor(1));
  302       if (TryUnify) tryUnify(LI->getSuccessor(0), RI->getSuccessor(0));
  320           tryUnify(LI->getDestination(i), RI->getDestination(i));
  332       if (TryUnify) tryUnify(LI->getDefaultDest(), RI->getDefaultDest());
  345             tryUnify(LCase, Case.getCaseSuccessor());
  500     tryUnify(&*L->begin(), &*R->begin());
  645     tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest());
  658     tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0));