LLVM
15.0.0git
|
#include "llvm/Transforms/Utils/StripGCRelocates.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Statepoint.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
Go to the source code of this file.
Functions | |
static bool | stripGCRelocates (Function &F) |
|
static |
Definition at line 26 of file StripGCRelocates.cpp.
References F, llvm::Value::getType(), I, and llvm::instructions().
Referenced by llvm::StripGCRelocates::run().