Only for genblocks that are found in conditional contexts, i.e., the then/else branches of if statements, or the bodies of case statements. (Scoping is tricky here).
(vl-genblock-under-cond-make-implicit-wires x st warnings) → (mv warnings st new-x)
This is slightly tricky because of the condnest case. For background see SystemVerilog-2012 Section 27.5 and see vl-genblock.
We are careful here not to introduce new scopes when we go into condnest ifs. Note though that the only places we could introduce implicit wires are always in the leaves of the IF structure, and the leaves always have a block.