Spatial
Simple Static Analysis in LLVM
|
#include <ReplaceIRVar.h>
Public Member Functions | |
ReplaceIRVar () | |
Constructor of ReplaceIRVar class. More... | |
void | runOnFunction (llvm::Function &F) |
replace IR variable to Actual Variable for the Function passed as parameter More... | |
void | runOnBasicBlock (llvm::BasicBlock &BB) |
void | runOnModule (llvm::Module &M) |
replace IR variable to Actual Variable for the Module passed as parameter More... | |
ReplaceIRVar::ReplaceIRVar | ( | ) |
Constructor of ReplaceIRVar class.
void ReplaceIRVar::runOnBasicBlock | ( | llvm::BasicBlock & | BB | ) |
replace IR variable to Actual Variable for the Basic Block passed as parameter
void ReplaceIRVar::runOnFunction | ( | llvm::Function & | F | ) |
replace IR variable to Actual Variable for the Function passed as parameter
void ReplaceIRVar::runOnModule | ( | llvm::Module & | M | ) |
replace IR variable to Actual Variable for the Module passed as parameter