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

References

lib/IR/BasicBlock.cpp
  426   New->getInstList().splice(New->end(), this->getInstList(), I, end());
  426   New->getInstList().splice(New->end(), this->getInstList(), I, end());
  429   BranchInst *BI = BranchInst::Create(New, this);
  437   New->replaceSuccessorsPhiUsesWith(this, New);
  437   New->replaceSuccessorsPhiUsesWith(this, New);
  438   return New;