aboutsummaryrefslogtreecommitdiffstats
path: root/src/SoftwarePipelining/SPMVE.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/SoftwarePipelining/SPMVE.mli')
-rw-r--r--src/SoftwarePipelining/SPMVE.mli17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/SoftwarePipelining/SPMVE.mli b/src/SoftwarePipelining/SPMVE.mli
new file mode 100644
index 0000000..418a3ab
--- /dev/null
+++ b/src/SoftwarePipelining/SPMVE.mli
@@ -0,0 +1,17 @@
+(***********************************************************************)
+(* *)
+(* Compcert Extensions *)
+(* *)
+(* Jean-Baptiste Tristan *)
+(* *)
+(* All rights reserved. This file is distributed under the terms *)
+(* described in file ../../LICENSE. *)
+(* *)
+(***********************************************************************)
+
+
+open Basic
+open IMS
+
+val mve : G.t -> int NI.t -> int ->
+ (G.V.t option) array * G.V.t list * G.V.t list * int * int * (reg * reg) list * (reg * reg) list