llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <passes/pre_eval/symbolic_approx.h>
Public Member Functions | |
SymbolicApprox (ReferenceGraph &refs, SymbolicHeap &heap, SymbolicContext &ctx) | |
bool | Approximate (CallSite &call) |
Over-approximate the effects of a call. | |
void | Approximate (SymbolicFrame &frame, const std::set< DAGBlock * > &bypassed, const std::set< SymbolicContext * > &contexts) |
Over-approximate the effects of a bypassed branch. | |
Symbolically evaluate an instruction.