<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Is there an API to check for side effects in a region? One simple way to check that the number of uses is only one:</p>
<p><br>
</p>
<p><a href="https://github.com/openjdk/jdk/blob/f31957e6a1c463e5c7041bf4eee4a1b09048e929/src/hotspot/share/opto/ifnode.cpp#L1253" class="OWAAutoLink" id="LPlnk856638">https://github.com/openjdk/jdk/blob/f31957e6a1c463e5c7041bf4eee4a1b09048e929/src/hotspot/share/opto/ifnode.cpp#L1253</a><br>
</p>
<p><br>
</p>
<p>But this is conservative. There can be Loads and Casts, which are not side effects.</p>
<p><br>
</p>
<p>Also, why do casts need explicit region node inputs? I feel like its unnecessary. Its place in the graph should be implicit.</p>
</div>
</body>
</html>