cpu.c: introduce ppcg_scop
commitb00caf71d246515e2c4b9f93bcd7e9cabfdf35e1
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 20 Mar 2012 14:17:39 +0000 (20 15:17 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 19 Sep 2012 12:58:29 +0000 (19 14:58 +0200)
tree12dff54b0a08a8ed75664b85edb0098eff156ea5
parent561c8aef1675707975e715c9d0a6564174aff77b
cpu.c: introduce ppcg_scop

A ppcg_scop takes a more global view of the information about the scop
than a pet_scop.  It will therefore be much easier to modify
this information (especially the schedule) inside such a ppcg_scop
in the future.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
cpu.c