LLVM
8.0.1
|
#include "llvm/CodeGen/MachineRegionInfo.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/RegionInfoImpl.h"
#include "llvm/CodeGen/MachinePostDominators.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Pass.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | DEBUG_TYPE "machine-region-info" |
Functions | |
STATISTIC (numMachineRegions, "The # of machine regions") | |
STATISTIC (numMachineSimpleRegions, "The # of simple machine regions") | |
INITIALIZE_PASS_BEGIN (MachineRegionInfoPass, DEBUG_TYPE, "Detect single entry single exit regions", true, true) INITIALIZE_PASS_END(MachineRegionInfoPass | |
FunctionPass * | llvm::createMachineRegionInfoPass () |
Variables | |
char & | MachineRegionInfoPassID = MachineRegionInfoPass::ID |
MachineRegionInfo - This pass computes SESE regions for machine functions. More... | |
DEBUG_TYPE | |
Detect single entry single exit | regions |
Detect single entry single exit | true |
#define DEBUG_TYPE "machine-region-info" |
Definition at line 19 of file MachineRegionInfo.cpp.
INITIALIZE_PASS_BEGIN | ( | MachineRegionInfoPass | , |
DEBUG_TYPE | , | ||
"Detect single entry single exit regions" | , | ||
true | , | ||
true | |||
) |
STATISTIC | ( | numMachineRegions | , |
"The # of machine regions" | |||
) |
STATISTIC | ( | numMachineSimpleRegions | , |
"The # of simple machine regions" | |||
) |
DEBUG_TYPE |
Definition at line 136 of file MachineRegionInfo.cpp.
char& MachineRegionInfoPassID = MachineRegionInfoPass::ID |
MachineRegionInfo - This pass computes SESE regions for machine functions.
Definition at line 129 of file MachineRegionInfo.cpp.
Detect single entry single exit regions |
Definition at line 136 of file MachineRegionInfo.cpp.
Detect single entry single exit true |
Definition at line 136 of file MachineRegionInfo.cpp.