LLVM 20.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::SmallVectorBase< Size_T >::empty(), F, llvm::Value::getType(), I, instructions, and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by llvm::StripGCRelocates::run().