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

References

include/llvm/Support/GenericDomTreeConstruction.h
  745     if (IsPostDom && UpdateRootsBeforeInsertion(DT, BUI, From, To)) return;
  751             ? DT.findNearestCommonDominator(From->getBlock(), To->getBlock())
  753     assert(NCDBlock || DT.isPostDominator());
  754     const TreeNodePtr NCD = DT.getNode(NCDBlock);
  800           const TreeNodePtr SuccTN = DT.getNode(Succ);
  844     UpdateInsertion(DT, BUI, NCD, II);