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>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Absint__Scheduler (infer.Absint__Scheduler)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">infer</a>» Absint__Scheduler</nav><h1>Module <code>Absint__Scheduler</code></h1></header><divclass="spec module-type"id="module-type-S"><ahref="#module-type-S"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-S/index.html">S</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><dl><dtclass="spec module"id="module-ReversePostorder"><ahref="#module-ReversePostorder"class="anchor"></a><code><spanclass="keyword">module</span><ahref="ReversePostorder/index.html">ReversePostorder</a> : <spanclass="keyword">functor</span> (<ahref="ReversePostorder/argument-1-CFG/index.html">CFG</a> : <ahref="../Absint/ProcCfg/index.html#module-type-S">Absint.ProcCfg.S</a>) <span>-></span><ahref="index.html#module-type-S">S</a><spanclass="keyword">with</span><spanclass="keyword">module</span><ahref="ReversePostorder/CFG/index.html">CFG</a> = <ahref="ReversePostorder/index.html#argument-1-CFG">CFG</a></code></dt><dd><p>simple scheduler that visits CFG nodes in reverse postorder. fast/precise for straightline code and conditionals; not as good for loops (may visit nodes after a loop multiple times).</p></dd></dl></div></body></html>