<div dir="ltr">Hello,<div><br></div><div>For code:</div><div><div style="color:rgb(0,0,0);background-color:rgb(255,255,254)"><div><span style="color:rgb(0,0,255)">try</span> {</div><div>    <span style="color:rgb(0,0,255)">throw</span> <span style="color:rgb(9,136,90)">42</span>;</div><div>} <span style="color:rgb(0,0,255)">catch</span>(<span style="color:rgb(0,0,255)">int</span> e){}</div><div><br></div><div>Are there any helpers in LLVM API to give me info that in "try block" there is a throw which will be executed? I am interested in info "yes, this block throws".</div><div><br></div><div>Thank you</div></div></div></div>