LLVM 20.0.0git
|
#include "Target/BPF/BPF.h"
Public Member Functions | |
BPFPreserveStaticOffsetPass (bool AllowPartial) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< BPFPreserveStaticOffsetPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
static std::pair< GetElementPtrInst *, LoadInst * > | reconstructLoad (CallInst *Call) |
static std::pair< GetElementPtrInst *, StoreInst * > | reconstructStore (CallInst *Call) |
Static Public Member Functions inherited from llvm::PassInfoMixin< BPFPreserveStaticOffsetPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
|
inline |
|
inlinestatic |
|
static |
Definition at line 304 of file BPFPreserveStaticOffset.cpp.
References GEP, reconstructCommon(), and reconstructGEP().
Referenced by rewriteAccessChain(), and unrollGEPLoad().
|
static |
Definition at line 315 of file BPFPreserveStaticOffset.cpp.
References GEP, reconstructCommon(), and reconstructGEP().
Referenced by rewriteAccessChain(), and unrollGEPStore().
PreservedAnalyses llvm::BPFPreserveStaticOffsetPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 677 of file BPFPreserveStaticOffset.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::PreservedAnalyses::none(), and rewriteFunction().