Is there a way to annotate let bind and function call for my backend?

Just got Relay IR like this.

We support all ops in our backend except for let bind and that %while_loop function. Is there a way I can annotate these 2 to reach my backend?

Thank you