reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1554 B.CreateCondBr(B.getTrue(), BBlock, CBlock); 1557 B.SetInsertPoint(CBlock); 1558 BranchInst::Create(DBlock, CBlock); 1573 B.CreateCondBr(B.getTrue(), CBlock, EBlock); 1575 Updates.push_back({cfg::UpdateKind::Insert, FBlock, CBlock}); 1579 MemoryPhi *MPC = MSSA.getMemoryAccess(CBlock);