mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
new method
llvm-svn: 12263
This commit is contained in:
parent
0e0433a791
commit
2fef10e580
@ -360,6 +360,10 @@ public:
|
||||
///
|
||||
DSCallSite getCallSiteForArguments(Function &F) const;
|
||||
|
||||
/// getDSCallSiteForCallSite - Given an LLVM CallSite object that is live in
|
||||
/// the context of this graph, return the DSCallSite for it.
|
||||
DSCallSite getDSCallSiteForCallSite(CallSite CS) const;
|
||||
|
||||
// Methods for checking to make sure graphs are well formed...
|
||||
void AssertNodeInGraph(const DSNode *N) const {
|
||||
assert((!N || N->getParentGraph() == this) &&
|
||||
|
Loading…
Reference in New Issue
Block a user