|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineLoopInfo.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/Config/llvm-config.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"#include "llvm/PassRegistry.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/GenericLoopInfoImpl.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS_BEGIN (MachineLoopInfoWrapperPass, "machine-loops", "Machine Natural Loop Construction", true, true) INITIALIZE_PASS_END(MachineLoopInfoWrapperPass | |
Variables | |
| machine | loops |
| machine Machine Natural Loop | Construction |
| machine Machine Natural Loop | true |
| INITIALIZE_PASS_BEGIN | ( | MachineLoopInfoWrapperPass | , |
| "machine-loops" | , | ||
| "Machine Natural Loop Construction" | , | ||
| true | , | ||
| true | ) |
References INITIALIZE_PASS_DEPENDENCY.
Definition at line 61 of file MachineLoopInfo.cpp.
| machine loops |
Definition at line 60 of file MachineLoopInfo.cpp.
Definition at line 61 of file MachineLoopInfo.cpp.