CACAO
Namespaces | Macros | Functions
LivetimeInterval.cpp File Reference

Go to the source code of this file.

Namespaces

 cacao
 This file contains the Instruction class.
 
 cacao::jit
 
 cacao::jit::compiler2
 Second stage compiler namespace.
 

Macros

#define DEBUG_NAME   "compiler2/LivetimeInterval"
 

Functions

UseDef cacao::jit::compiler2::next_intersection (const LivetimeInterval &a, const LivetimeInterval &b, UseDef pos, UseDef end)
 
OStream & cacao::jit::compiler2::operator<< (OStream &OS, const LivetimeIntervalImpl &lti)
 
OStream & cacao::jit::compiler2::operator<< (OStream &OS, const LivetimeInterval &lti)
 
OStream & cacao::jit::compiler2::operator<< (OStream &OS, const LivetimeInterval *lti)
 
OStream & cacao::jit::compiler2::operator<< (OStream &OS, const UseDef &usedef)
 
OStream & cacao::jit::compiler2::operator<< (OStream &OS, const LivetimeRange &range)
 

Macro Definition Documentation

#define DEBUG_NAME   "compiler2/LivetimeInterval"

Definition at line 30 of file LivetimeInterval.cpp.