reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2176 MachineBasicBlock &FromMBB = *FromBBI.BB; 2213 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; 2223 ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end()); 2223 ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end()); 2226 ToBBI.ClobbersPred |= FromBBI.ClobbersPred;