Spatial
Simple Static Analysis in LLVM
Namespaces | Functions
CFGUtils.h File Reference
#include "vector"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
Include dependency graph for CFGUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  spatial
 

Functions

void spatial::InstNamer (llvm::Function &F)
 InstNamer - sets name to the SSA temporaries. More...
 
bool spatial::SkipFunction (llvm::Function &F)
 
std::vector< llvm::Instruction * > spatial::GetPred (llvm::Instruction *Inst)
 
std::vector< llvm::Instruction * > spatial::GetSucc (llvm::Instruction *Inst)
 
int spatial::getPointerOperandIndex (llvm::Instruction *Inst)