LLVM API Documentation
#include <IPModRef.h>
Collaboration diagram for llvm::FunctionModRefInfo:
Public Member Functions | |
FunctionModRefInfo (const Function &func, IPModRef &IPModRefObj, DSGraph *tdgClone) | |
~FunctionModRefInfo () | |
const Function & | getFunction () const |
const DSGraph & | getFuncGraph () const |
const ModRefInfo * | getModRefInfo (const Function &func) const |
const ModRefInfo * | getModRefInfo (const CallInst &callInst) const |
const ModRefInfo * | getModRefInfo (const InvokeInst &II) const |
unsigned | getNodeId (const DSNode *node) const |
unsigned | getNodeId (const Value *value) const |
void | print (std::ostream &O) const |
void | dump () const |
Friends | |
class | IPModRef |
Definition at line 117 of file IPModRef.h.
|
Definition at line 57 of file IPModRef.cpp. References E, llvm::DSGraph::node_begin(), and llvm::DSGraph::node_end(). |
|
Definition at line 71 of file IPModRef.cpp. |
|
Definition at line 351 of file IPModRef.cpp. References print(). |
|
Definition at line 142 of file IPModRef.h. Referenced by llvm::MemoryDepAnalysis::runOnFunction(). |
|
Definition at line 141 of file IPModRef.h. References F. |
|
Definition at line 154 of file IPModRef.h. References I. |
|
Definition at line 149 of file IPModRef.h. References I. |
|
Definition at line 146 of file IPModRef.h. Referenced by llvm::ModRefInfoBuilder::visitCallInst(). |
|
Definition at line 83 of file IPModRef.cpp. References llvm::DSNodeHandle::getNode(), llvm::DSGraph::getNodeForValue(), and getNodeId(). |
|
Definition at line 162 of file IPModRef.h. References llvm::ModRefInfo::getSize(). Referenced by llvm::DSGraphPrintHelper::DSGraphPrintHelper(), getNodeId(), llvm::ModRefInfoBuilder::visitLoadInst(), and llvm::ModRefInfoBuilder::visitStoreInst(). |
|
Definition at line 306 of file IPModRef.cpp. References llvm::ModRefInfo::getModSet(), llvm::Value::getName(), llvm::ModRefInfo::getRefSet(), llvm::ModRefInfo::print(), and llvm::DSGraphPrintHelper::printValuesInBitVec(). Referenced by dump(). |
|
Definition at line 126 of file IPModRef.h. |