Pristine Ack-5.5
[Ack-5.5.git] / util / ego / il / il1_anal.h
1 /* $Id: il1_anal.h,v 1.4 1994/06/24 10:25:21 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 /*  I N L I N E   S U B S T I T U T I O N
7  *
8  *  I L 1 _ A N A L . H
9  */
10
11 extern apriori();      /* (proc_p proctab)
12                         * For every procedure, see if we can determine
13                         * from the information provided by the previous
14                         * phases of the optimizer that it cannot or should not
15                         * be expanded in line. This will reduce the length
16                         * of the call list.
17                         */
18 extern anal_proc();    /* (proc_p p, FILE *cf, *cff)
19                         * Analyse a procedure. See which formal parameters
20                         * it uses and which procedures it calls.
21                         * cf and ccf are the call-file and the call-count file.
22                         */