Spatial
Simple Static Analysis in LLVM
Public Member Functions | List of all members
ReplaceIRVar Class Reference

#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...
 

Constructor & Destructor Documentation

◆ ReplaceIRVar()

ReplaceIRVar::ReplaceIRVar ( )

Constructor of ReplaceIRVar class.

Member Function Documentation

◆ runOnBasicBlock()

void ReplaceIRVar::runOnBasicBlock ( llvm::BasicBlock &  BB)

replace IR variable to Actual Variable for the Basic Block passed as parameter

◆ runOnFunction()

void ReplaceIRVar::runOnFunction ( llvm::Function &  F)

replace IR variable to Actual Variable for the Function passed as parameter

◆ runOnModule()

void ReplaceIRVar::runOnModule ( llvm::Module &  M)

replace IR variable to Actual Variable for the Module passed as parameter


The documentation for this class was generated from the following files: