mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Add interfaces for ResolveCallSiteModRefInfo
llvm-svn: 4601
This commit is contained in:
parent
450e1fbc76
commit
adac673c17
@ -125,7 +125,7 @@ class FunctionModRefInfo {
|
||||
|
||||
void computeModRef (const Function &func);
|
||||
void computeModRef (const CallInst& callInst);
|
||||
DSGraph *ResolveCallSiteModRefInfo(const CallInst &CI,
|
||||
DSGraph *ResolveCallSiteModRefInfo(CallInst &CI,
|
||||
std::map<const DSNode*, DSNodeHandle> &NodeMap);
|
||||
|
||||
public:
|
||||
@ -203,6 +203,11 @@ public:
|
||||
return getFuncInfo(func);
|
||||
}
|
||||
|
||||
/// getBUDSGraph - This method returns the BU data structure graph for F
|
||||
/// through the use of the BUDataStructures object.
|
||||
///
|
||||
const DSGraph &getBUDSGraph(const Function &F);
|
||||
|
||||
// Debugging support methods
|
||||
//
|
||||
void print(std::ostream &O) const;
|
||||
|
Loading…
Reference in New Issue
Block a user