llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Classes | Public Member Functions | List of all members
TrampolineGraph Class Referencefinal

#include <passes/inliner/trampoline_graph.h>

Public Member Functions

 TrampolineGraph (const Prog *prog)
 Construct a trampoline graph for a program.
 
bool NeedsTrampoline (ConstRef< Value > callee)
 Checks whether a call to a specific callee needs a trampoline.
 

Detailed Description

Graph for functions which require trampolines


The documentation for this class was generated from the following files: