#include <Passes.h>
Inherits llvm::ModulePass.
|
const llvm::DataLayout & | DataLayout |
|
llvm::IntrinsicLowering * | IL |
|
Definition at line 58 of file Passes.h.
◆ IntrinsicCleanerPass()
klee::IntrinsicCleanerPass::IntrinsicCleanerPass |
( |
const llvm::DataLayout & |
TD | ) |
|
|
inline |
◆ ~IntrinsicCleanerPass()
klee::IntrinsicCleanerPass::~IntrinsicCleanerPass |
( |
| ) |
|
|
inline |
◆ runOnBasicBlock()
bool klee::IntrinsicCleanerPass::runOnBasicBlock |
( |
llvm::BasicBlock & |
b, |
|
|
llvm::Module & |
M |
|
) |
| |
|
private |
◆ runOnModule()
bool klee::IntrinsicCleanerPass::runOnModule |
( |
llvm::Module & |
M | ) |
|
|
override |
◆ DataLayout
const llvm::DataLayout& klee::IntrinsicCleanerPass::DataLayout |
|
private |
◆ ID
char klee::IntrinsicCleanerPass::ID |
|
staticprivate |
◆ IL
llvm::IntrinsicLowering* klee::IntrinsicCleanerPass::IL |
|
private |
The documentation for this class was generated from the following files: