DomTreeScan.xcc

Fabrice Rastello (Fabrice.Rastelloens-lyon.fr). Benoit Dupont de Dinechin (Benoit.Dupont-de-Dinechinst.com).

Copyright 2002 - 2007 STMicroelectronics. Copyright 1995 - 1998 Commissariat a l'Energie Atomique.

This program is free software; you can redistribute it and/or modify it under the terms of either (at your option): the GNU General Public License (GPL) version 2; the GNU Lesser General Public License (LGPL) version 2.1; any later version of these licences as published by the Free Software Foundation.

DomTreeScan— Tree scan register allocator.
struct DomTreeScan_ {
  //@args       Memory memory, SSAForm ssaForm
  Memory MEMORY;
  SSAForm SSAFORM;
};
DomTreeScan_memory— This DomTreeScan Memory.
Memory
DomTreeScan_memory(DomTreeScan this);
DomTreeScan_pretty— Pretty-print this DomTreeScan.
bool
DomTreeScan_pretty(DomTreeScan this, FILE *file);
DomTreeScan_allocate— Top-level driver for register allocation.
void
DomTreeScan_allocate(DomTreeScan this);