|
CACAO
|
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/ScheduleLate" |
Variables | |
| static PassRegistry < ScheduleLatePass > | cacao::jit::compiler2::X ("ScheduleLatePass") |
| #define DEBUG_NAME "compiler2/ScheduleLate" |
Definition at line 37 of file ScheduleLatePass.cpp.
| BeginInst*& block |
Definition at line 47 of file ScheduleLatePass.cpp.
| DominatorTree* DT |
Definition at line 48 of file ScheduleLatePass.cpp.
| Instruction* I |
Definition at line 46 of file ScheduleLatePass.cpp.
| ScheduleLatePass* parent |
Definition at line 71 of file ScheduleLatePass.cpp.
1.8.5