| 6272 | } |
| 6273 | |
| 6274 | void BfIRBuilder::SetState(const BfIRState& state) |
| 6275 | { |
| 6276 | mActualInsertBlock = state.mActualInsertBlock; |
| 6277 | mInsertBlock = state.mInsertBlock; |
| 6278 | mActiveFunction = state.mActiveFunction; |
| 6279 | mActiveFunctionHasBody = state.mActiveFunctionHasBody; |
| 6280 | mSavedDebugLocs = state.mSavedDebugLocs; |
| 6281 | } |