| 2582 | } |
| 2583 | |
| 2584 | BfIRValue BfModule::ValueScopeStart() |
| 2585 | { |
| 2586 | if (IsTargetingBeefBackend()) |
| 2587 | return mBfIRBuilder->CreateValueScopeStart(); |
| 2588 | return BfIRValue(); |
| 2589 | } |
| 2590 | |
| 2591 | void BfModule::ValueScopeEnd(BfIRValue valueScopeStart) |
| 2592 | { |
nothing calls this directly
no test coverage detected