|
LLVM
4.0.0
|
#include "llvm/CodeGen/MachineRegionInfo.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/RegionInfoImpl.h"#include "llvm/CodeGen/MachinePostDominators.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "region" |
Functions | |
| STATISTIC (numMachineRegions,"The # of machine regions") | |
| STATISTIC (numMachineSimpleRegions,"The # of simple machine regions") | |
| INITIALIZE_PASS_BEGIN (MachineRegionInfoPass,"regions","Detect single entry single exit regions", true, true) INITIALIZE_PASS_END(MachineRegionInfoPass | |
| FunctionPass * | llvm::createMachineRegionInfoPass () |
Variables | |
| regions | |
| Detect single entry single exit | true |
| #define DEBUG_TYPE "region" |
Definition at line 7 of file MachineRegionInfo.cpp.
| INITIALIZE_PASS_BEGIN | ( | MachineRegionInfoPass | , |
| "regions" | , | ||
| "Detect single entry single exit regions" | , | ||
| true | , | ||
| true | |||
| ) |
| STATISTIC | ( | numMachineRegions | , |
| "The # of machine regions" | |||
| ) |
| STATISTIC | ( | numMachineSimpleRegions | , |
| "The # of simple machine regions" | |||
| ) |
| Detect single entry single exit regions |
Definition at line 128 of file MachineRegionInfo.cpp.
| Detect single entry single exit true |
Definition at line 128 of file MachineRegionInfo.cpp.
1.8.6