|
LLVM
4.0.0
|
#include "llvm/IR/Function.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Statepoint.h"#include "llvm/IR/Type.h"#include "llvm/Pass.h"#include "llvm/Transforms/Scalar.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (StripGCRelocates,"strip-gc-relocates","Strip gc.relocates inserted through RewriteStatepointsForGC", true, false) FunctionPass *llvm | |
| INITIALIZE_PASS | ( | StripGCRelocates | , |
| "strip-gc-relocates" | , | ||
| "Strip gc.relocates inserted through RewriteStatepointsForGC" | , | ||
| true | , | ||
| false | |||
| ) |
Definition at line 75 of file StripGCRelocates.cpp.
1.8.6