| 483 | JitRelease(); |
| 484 | } |
| 485 | static void CreateRegUseInfo() |
| 486 | { |
| 487 | for (auto f : AllFunctions) |
| 488 | { |
| 489 | f->CreateRegUse(); |
| 490 | } |
| 491 | } |
| 492 | static TArray<VMFunction *> AllFunctions; |
| 493 | protected: |
| 494 | void CreateRegUse(); |
nothing calls this directly
no test coverage detected