Get the total number of basic blocks created in this function, whether they are currently inserted in the layout or not. This is intended for use with `SecondaryMap::with_capacity`.
(&self)
| 60 | /// |
| 61 | /// This is intended for use with `SecondaryMap::with_capacity`. |
| 62 | pub fn len(&self) -> usize { |
| 63 | self.0.len() |
| 64 | } |
| 65 | |
| 66 | /// Reserves capacity for at least `additional` more elements to be |
| 67 | /// inserted. |
no outgoing calls