LLVM API Documentation
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetFrameLowering.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS_BEGIN (LowerIntrinsics,"gc-lowering","GC Lowering", false, false) FunctionPass *llvm | |
INITIALIZE_PASS (GCMachineCodeAnalysis,"gc-analysis","Analyze Machine Code For Garbage Collection", false, false) GCMachineCodeAnalysis |
INITIALIZE_PASS | ( | GCMachineCodeAnalysis | , |
"gc-analysis" | , | ||
"Analyze Machine Code For Garbage Collection" | , | ||
false | , | ||
false | |||
) |
Definition at line 333 of file GCStrategy.cpp.
INITIALIZE_PASS_BEGIN | ( | LowerIntrinsics | , |
"gc-lowering" | , | ||
"GC Lowering" | , | ||
false | , | ||
false | |||
) |
Definition at line 126 of file GCStrategy.cpp.