C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

inliner.h File Reference

#include <c_breeze.h>
#include <ref_clone_changer.h>
#include <dismantle.h>
#include <linker.h>
#include <cfg.h>
#include <callgraph.h>
#include <deque>

Go to the source code of this file.

Compounds

class  fi
class  function_inline

Typedefs

typedef set< procNode
* >::iterator 
proc_set_p

Functions

procNodefindmain ()


Typedef Documentation

typedef set<procNode *>::iterator proc_set_p
 

Definition at line 52 of file inliner.h.

Referenced by function_inline::process().


Function Documentation

procNode* findmain  
 

Definition at line 173 of file inliner.cc.

References procNode::decl(), def, def_list_p, unitNode::defs(), declNode::name(), Proc, CBZ::Program, and unit_list_p.

Referenced by function_inline::inline_functions(), and fi::run().


Generated on August 27, 2003
Back to the C-Breeze home page