| 5425 | } |
| 5426 | |
| 5427 | void BfIRBuilder::MoveBlockToEnd(BfIRBlock block) |
| 5428 | { |
| 5429 | BfIRValue retVal = WriteCmd(BfIRCmd_MoveBlockToEnd, block); |
| 5430 | NEW_CMD_INSERTED; |
| 5431 | } |
| 5432 | |
| 5433 | BfIRValue BfIRBuilder::CreateSwitch(BfIRValue value, BfIRBlock dest, int numCases) |
| 5434 | { |
no outgoing calls
no test coverage detected