| 1 | //! Function inlining infrastructure. |
| 2 | //! |
| 3 | //! This module provides "inlining as a library" to Cranelift users; it does |
| 4 | //! _not_ provide a complete, off-the-shelf inlining solution. Cranelift's |
nothing calls this directly
no outgoing calls
no test coverage detected