reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
143 BasicBlock *Next = Block->splitBasicBlock(Inst, "BB"); 146 if (Block->isEHPad()) 151 if (Block != &Block->getParent()->getEntryBlock()) { 151 if (Block != &Block->getParent()->getEntryBlock()) { 152 BranchInst::Create(Block, Next, Srcs[0], Block->getTerminator()); 152 BranchInst::Create(Block, Next, Srcs[0], Block->getTerminator()); 153 Block->getTerminator()->eraseFromParent(); 158 for (PHINode &PHI : Block->phis()) 159 PHI.addIncoming(UndefValue::get(PHI.getType()), Block);