LLVM API Documentation
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/Analysis/DominatorInternals.h"
#include "llvm/Analysis/Dominators.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/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"
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 340 of file GCStrategy.cpp.
Definition at line 134 of file GCStrategy.cpp.