LLVM 20.0.0git
|
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Value.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | llvm::AbstractCallSite |
AbstractCallSite. More... | |
struct | llvm::AbstractCallSite::CallbackInfo |
The encoding of a callback with regards to the underlying instruction. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
template<typename UnaryFunction > | |
void | llvm::forEachCallbackCallSite (const CallBase &CB, UnaryFunction Func) |
Apply function Func to each CB's callback call site. | |
template<typename UnaryFunction > | |
void | llvm::forEachCallbackFunction (const CallBase &CB, UnaryFunction Func) |
Apply function Func to each CB's callback function. | |