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
2.4 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ReachingDefs (infer.Checkers.ReachingDefs)</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; <a href="../index.html">Checkers</a> &#x00BB; ReachingDefs</nav><h1>Module <code>Checkers.ReachingDefs</code></h1></header><dl><dt class="spec module" id="module-Defs"><a href="#module-Defs" class="anchor"></a><code><span class="keyword">module</span> <a href="Defs/index.html">Defs</a> : <span class="keyword">module</span> <span class="keyword">type</span> <span class="keyword">of</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>The node in which the reaching definition x := e is defined.</p></dd></dl><dl><dt class="spec module" id="module-ReachingDefsMap"><a href="#module-ReachingDefsMap" class="anchor"></a><code><span class="keyword">module</span> <a href="ReachingDefsMap/index.html">ReachingDefsMap</a> : <span class="keyword">module</span> <span class="keyword">type</span> <span class="keyword">of</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>Map var -&gt; its reaching definition</p></dd></dl><dl><dt class="spec type" id="type-invariant_map"><a href="#type-invariant_map" class="anchor"></a><code><span class="keyword">type</span> invariant_map</code></dt></dl><dl><dt class="spec value" id="val-compute_invariant_map"><a href="#val-compute_invariant_map" class="anchor"></a><code><span class="keyword">val</span> compute_invariant_map : <a href="../../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a> <span>&#45;&gt;</span> <a href="index.html#type-invariant_map">invariant_map</a></code></dt><dt class="spec value" id="val-extract_post"><a href="#val-extract_post" class="anchor"></a><code><span class="keyword">val</span> extract_post : <a href="../../IR/Procdesc/Node/index.html#type-id">IR.Procdesc.Node.id</a> <span>&#45;&gt;</span> <a href="index.html#type-invariant_map">invariant_map</a> <span>&#45;&gt;</span> <span><a href="ReachingDefsMap/index.html#type-t">ReachingDefsMap.t</a> option</span></code></dt></dl></div></body></html>