Let's say there is some random graal node that you choose not to implement so you want it to be replaced by a DeoptimizeNode. How does one do that if the original node is not a terminal node, ie, it has usages? -- Tom