|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineRegionInfo.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/RegionInfoImpl.h"#include "llvm/CodeGen/MachinePostDominators.h"#include "llvm/CodeGen/Passes.h"#include "llvm/Config/llvm-config.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
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 | |
| DEBUG_TYPE | |
| Detect single entry single exit | regions |
| Detect single entry single exit | true |
| #define DEBUG_TYPE "machine-region-info" |
Definition at line 20 of file MachineRegionInfo.cpp.
| INITIALIZE_PASS_BEGIN | ( | MachineRegionInfoPass | , |
| DEBUG_TYPE | , | ||
| "Detect single entry single exit regions" | , | ||
| true | , | ||
| true | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| STATISTIC | ( | numMachineRegions | , |
| "The # of machine regions" | ) |
| STATISTIC | ( | numMachineSimpleRegions | , |
| "The # of simple machine regions" | ) |
| DEBUG_TYPE |
Definition at line 138 of file MachineRegionInfo.cpp.
| Detect single entry single exit regions |
Definition at line 139 of file MachineRegionInfo.cpp.
| Detect single entry single exit true |
Definition at line 139 of file MachineRegionInfo.cpp.