libFirm
execfreq.h File Reference

Compute an estimate of basic block executions. More...

#include "firm_types.h"
#include "begin.h"
#include "end.h"

Go to the source code of this file.

Functions

void ir_estimate_execfreq (ir_graph *irg)
 Estimates execution frequency of a graph.
double get_block_execfreq (const ir_node *block)
 Returns execution frequency of block block.

Detailed Description

Compute an estimate of basic block executions.

Author
Adam M. Szalkowski
Date
28.05.2006

Definition in file execfreq.h.