| 242 | } |
| 243 | |
| 244 | void FullInliner::tentativelyUpdateCodeSize(YulName _function, YulName _callSite) |
| 245 | { |
| 246 | m_functionSizes.at(_callSite) += m_functionSizes.at(_function); |
| 247 | } |
| 248 | |
| 249 | void FullInliner::updateCodeSize(FunctionDefinition const& _fun) |
| 250 | { |