Spatial
Simple Static Analysis in LLVM
|
#include "vector"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
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) |