Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mlton / ssa / sources.mlb
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 local
10 ../../lib/mlton/sources.mlb
11 ../atoms/sources.mlb
12 ../control/sources.mlb
13
14 equatable.sig
15 equatable.sml
16 ssa-tree.sig
17 ssa-tree2.sig
18 ssa-tree.fun
19 ssa-tree2.fun
20 direct-exp.sig
21 direct-exp.fun
22 analyze.sig
23 analyze2.sig
24 analyze.fun
25 analyze2.fun
26 type-check.sig
27 type-check2.sig
28 type-check.fun
29 type-check2.fun
30 prepasses.sig
31 prepasses2.sig
32 prepasses.fun
33 prepasses2.fun
34 shrink.sig
35 shrink2.sig
36 shrink.fun
37 shrink2.fun
38 flat-lattice.sig
39 ann "forceUsed" in flat-lattice.fun end
40 n-point-lattice.sig
41 ann "forceUsed" in n-point-lattice.fun end
42 two-point-lattice.sig
43 two-point-lattice.fun
44 three-point-lattice.sig
45 ann "forceUsed" in three-point-lattice.fun end
46 restore.sig
47 restore.fun
48
49 ssa-transform.sig
50 ssa2-transform.sig
51 common-arg.fun
52 common-block.fun
53 common-subexp.fun
54 global.sig
55 global.fun
56 multi.sig
57 multi.fun
58 combine-conversions.fun
59 constant-propagation.fun
60 contify.fun
61 deep-flatten.fun
62 flatten.fun
63 inline.sig
64 inline.fun
65 introduce-loops.fun
66 known-case.fun
67 local-flatten.fun
68 local-ref.fun
69 loop-invariant.fun
70 loop-unroll.fun
71 loop-unswitch.fun
72 poly-equal.fun
73 poly-hash.fun
74 profile.sig
75 profile.fun
76 profile2.sig
77 profile2.fun
78 redundant-tests.fun
79 redundant.fun
80 ref-flatten.fun
81 remove-unused.fun
82 remove-unused2.fun
83 share-zero-vec.fun
84 simplify-types.fun
85 useless.fun
86 zone.fun
87 simplify.sig
88 simplify2.sig
89 simplify.fun
90 simplify2.fun
91 ssa.sig
92 ssa2.sig
93 ssa.fun
94 ssa2.fun
95 ssa-to-ssa2.sig
96 ssa-to-ssa2.fun
97 in
98 signature HANDLER
99 signature RETURN
100 signature SSA
101 signature SSA2
102
103 functor FlatLattice
104 functor Ssa
105 functor Ssa2
106 functor SsaToSsa2
107 end