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

References

lib/Transforms/Utils/CloneFunction.cpp
  772   VMap[OrigPH] = NewPH;
  773   Blocks.push_back(NewPH);
  777     ParentLoop->addBasicBlockToLoop(NewPH, *LI);
  780   DT->addNewBlock(NewPH, LoopDomBB);
  812     DT->addNewBlock(NewBB, NewPH);
  826                                 NewPH);