reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
619 BranchInst *BI = BranchInst::Create(BB, NewBB); 637 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB); 647 cast<PHINode>(I)->addIncoming(UndefValue::get(I->getType()), NewBB); 652 UpdateAnalysisInformation(BB, NewBB, Preds, DT, LI, MSSAU, PreserveLCSSA, 657 UpdatePHINodes(BB, NewBB, Preds, BI, HasLoopExit); 660 return NewBB;