|
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/PassDependencyGraphPrinter" |
Functions | |
| void | cacao::jit::compiler2::print_PassDependencyGraph (PassManager &PM) |
| #define DEBUG_NAME "compiler2/PassDependencyGraphPrinter" |
Definition at line 35 of file PassDependencyGraphPrinter.cpp.
| alloc::set<EdgeType>::type dstr |
Definition at line 76 of file PassDependencyGraphPrinter.cpp.
| std::set<EdgeType>& edges |
Definition at line 45 of file PassDependencyGraphPrinter.cpp.
| argument_type from |
Definition at line 47 of file PassDependencyGraphPrinter.cpp.
| alloc::set<EdgeType>::type mod |
Definition at line 75 of file PassDependencyGraphPrinter.cpp.
| alloc::map<PassInfo::IDTy,const char*>::type names |
Definition at line 73 of file PassDependencyGraphPrinter.cpp.
| alloc::set<EdgeType>::type req |
Definition at line 74 of file PassDependencyGraphPrinter.cpp.
| bool reverse |
Definition at line 48 of file PassDependencyGraphPrinter.cpp.
| alloc::set<EdgeType>::type run_before |
Definition at line 78 of file PassDependencyGraphPrinter.cpp.
| alloc::set<EdgeType>::type schedule_after |
Definition at line 77 of file PassDependencyGraphPrinter.cpp.
| alloc::set<EdgeType>::type schedule_before |
Definition at line 79 of file PassDependencyGraphPrinter.cpp.
| alloc::set<EdgeType>::type& set |
Definition at line 46 of file PassDependencyGraphPrinter.cpp.
1.8.5