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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Idenv (infer.InferModules.Idenv)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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> » <a href="../index.html">InferModules</a> » Idenv</nav><h1>Module <code>InferModules.Idenv</code></h1></header><aside><p>Environment for temporary identifiers used in instructions. Lazy implementation: only created when actually used.</p></aside><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-create"><a href="#val-create" class="anchor"></a><code><span class="keyword">val</span> create : <a href="../../../InferIR/InferIR/Procdesc/index.html#type-t">InferIR.Procdesc.t</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-expand_expr"><a href="#val-expand_expr" class="anchor"></a><code><span class="keyword">val</span> expand_expr : <a href="index.html#type-t">t</a> <span>-></span> <a href="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a> <span>-></span> <a href="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a></code></dt><dt class="spec value" id="val-exp_is_temp"><a href="#val-exp_is_temp" class="anchor"></a><code><span class="keyword">val</span> exp_is_temp : <a href="index.html#type-t">t</a> <span>-></span> <a href="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a> <span>-></span> bool</code></dt><dt class="spec value" id="val-expand_expr_temps"><a href="#val-expand_expr_temps" class="anchor"></a><code><span class="keyword">val</span> expand_expr_temps : <a href="index.html#type-t">t</a> <span>-></span> <a href="../../../InferIR/InferIR/Procdesc/Node/index.html#type-t">InferIR.Procdesc.Node.t</a> <span>-></span> <a href="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a> <span>-></span> <a href="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a></code></dt><dd><p>Stronger version of expand_expr which also expands a temporary variable.</p></dd></dl></div></body></html>
|