LLVM 22.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"
Go to the source code of this file.
Functions | |
static bool | stripGCRelocates (Function &F) |
Definition at line 24 of file StripGCRelocates.cpp.
References llvm::dyn_cast(), llvm::SmallVectorTemplateCommon< T, typename >::empty(), F, llvm::Value::getType(), I, instructions, llvm::isa(), and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by llvm::StripGCRelocates::run().