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

References

lib/Transforms/Utils/LoopSimplify.cpp
  538     Preheader = InsertPreheaderForLoop(L, DT, LI, MSSAU, PreserveLCSSA);
  547   if (formDedicatedExitBlocks(L, DT, LI, MSSAU, PreserveLCSSA))
  561       if (Loop *OuterL = separateNestedLoop(L, Preheader, DT, LI, SE,
  579     LoopLatch = insertUniqueBackedgeBlock(L, Preheader, DT, LI, MSSAU);
  595     if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) {
  675       DomTreeNode *Node = DT->getNode(ExitingBlock);
  680         DT->changeImmediateDominator(Child, Node->getIDom());
  682       DT->eraseNode(ExitingBlock);