Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / ssa / sources.cm
1 (* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 * Copyright (C) 1997-2000 NEC Research Institute.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9 Group
10
11 signature HANDLER
12 signature RETURN
13 signature SSA
14 signature SSA2
15
16 functor FlatLattice
17 functor Ssa
18 functor Ssa2
19 functor SsaToSsa2
20
21 is
22
23 ../../lib/mlton/sources.cm
24 ../atoms/sources.cm
25 ../control/sources.cm
26
27 equatable.sig
28 equatable.sml
29 ssa-tree.sig
30 ssa-tree2.sig
31 ssa-tree.fun
32 ssa-tree2.fun
33 direct-exp.sig
34 direct-exp.fun
35 analyze.sig
36 analyze2.sig
37 analyze.fun
38 analyze2.fun
39 type-check.sig
40 type-check2.sig
41 type-check.fun
42 type-check2.fun
43 prepasses.sig
44 prepasses2.sig
45 prepasses.fun
46 prepasses2.fun
47 shrink.sig
48 shrink2.sig
49 shrink.fun
50 shrink2.fun
51 flat-lattice.sig
52 flat-lattice.fun
53 n-point-lattice.sig
54 n-point-lattice.fun
55 two-point-lattice.sig
56 two-point-lattice.fun
57 three-point-lattice.sig
58 three-point-lattice.fun
59 restore.sig
60 restore.fun
61
62 ssa-transform.sig
63 ssa2-transform.sig
64 common-arg.fun
65 common-block.fun
66 common-subexp.fun
67 global.sig
68 global.fun
69 multi.sig
70 multi.fun
71 combine-conversions.fun
72 constant-propagation.fun
73 contify.fun
74 deep-flatten.fun
75 flatten.fun
76 inline.sig
77 inline.fun
78 introduce-loops.fun
79 known-case.fun
80 local-flatten.fun
81 local-ref.fun
82 loop-invariant.fun
83 loop-unroll.fun
84 loop-unswitch.fun
85 poly-equal.fun
86 poly-hash.fun
87 profile.sig
88 profile.fun
89 profile2.sig
90 profile2.fun
91 redundant-tests.fun
92 redundant.fun
93 ref-flatten.fun
94 remove-unused.fun
95 remove-unused2.fun
96 share-zero-vec.fun
97 simplify-types.fun
98 useless.fun
99 zone.fun
100 simplify.sig
101 simplify2.sig
102 simplify.fun
103 simplify2.fun
104 ssa.sig
105 ssa2.sig
106 ssa.fun
107 ssa2.fun
108 ssa-to-ssa2.sig
109 ssa-to-ssa2.fun