| 1 | //! Function layout. |
| 2 | //! |
| 3 | //! The order of basic blocks in a function and the order of instructions in a block is |
| 4 | //! determined by the `Layout` data structure defined in this module. |
nothing calls this directly
no outgoing calls
no test coverage detected