reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1552 B.CreateCondBr(B.getTrue(), ABlock, FBlock); 1561 B.SetInsertPoint(FBlock); 1563 BranchInst::Create(EBlock, FBlock); 1571 FBlock->getTerminator()->eraseFromParent(); 1572 B.SetInsertPoint(FBlock); 1575 Updates.push_back({cfg::UpdateKind::Insert, FBlock, CBlock});