Fix naming issues
- constantFolding recipes used to name the folded producers
<OLD_NAME>_<OUT_ID>
which created duplicate name when OLD_NAME="". Updated the logic to generate a unique name if a name exist and no name otherwise.
Edited by Cyril Moineau