LLVM  3.7.0
Namespaces | Functions | Variables
StatepointExampleGC.cpp File Reference
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Value.h"
Include dependency graph for StatepointExampleGC.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Functions

void llvm::linkStatepointExampleGC ()
 

Variables

static GCRegistry::Add
< StatepointGC > 
X ("statepoint-example","an example strategy for statepoint")
 

Variable Documentation

GCRegistry::Add<StatepointGC> X("statepoint-example","an example strategy for statepoint")
static