|
LLVM 22.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 301 of file BPFPreserveStaticOffset.cpp.
References Call, GEP, reconstructCommon(), and reconstructGEP().
Referenced by rewriteAccessChain(), and unrollGEPLoad().
|
static |
Definition at line 312 of file BPFPreserveStaticOffset.cpp.
References Call, GEP, reconstructCommon(), and reconstructGEP().
Referenced by rewriteAccessChain(), and unrollGEPStore().
| PreservedAnalyses llvm::BPFPreserveStaticOffsetPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM ) |
Definition at line 672 of file BPFPreserveStaticOffset.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::PreservedAnalyses::none(), and rewriteFunction().