| 8126 | } |
| 8127 | |
| 8128 | void BfCompiler::ClearResults() |
| 8129 | { |
| 8130 | BP_ZONE("BfCompiler::ClearResults"); |
| 8131 | |
| 8132 | mCodeGen.ClearResults(); |
| 8133 | } |
| 8134 | |
| 8135 | // Can should still leave the system in a state such that we when we save as much progress as possible while |
| 8136 | // still leaving the system in a state that the next attempt at compile will resume with a valid state |
no outgoing calls
no test coverage detected