You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>IR (infer.IR)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="index.html">Up</a> <a href="index.html">infer</a> &#x00BB; IR</nav><h1 id="library-ir:-intermediate-representation"><a href="#library-ir:-intermediate-representation" class="anchor"></a>Library IR: Intermediate Representation</h1><p>The Intermediate Representation, called <code>SIL</code>, is a format used by the back-end for analysis. It is produced by the front-ends.</p><p>The entry point of this library is the module <a href="IR/index.html"><code>IR</code></a>.</p><p>The main entry point is the intermediate language in <a href="IR/Sil/index.html"><code>IR.Sil</code></a>.</p><p>The control flow graph module is <a href="IR/Cfg/index.html"><code>IR.Cfg</code></a>.</p><p>The type environment module is <a href="IR/Tenv/index.html"><code>IR.Tenv</code></a>.</p></header></div></body></html>