mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 21:24:00 +00:00
new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -360,6 +360,10 @@ public:
|
|||||||
///
|
///
|
||||||
DSCallSite getCallSiteForArguments(Function &F) const;
|
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...
|
// Methods for checking to make sure graphs are well formed...
|
||||||
void AssertNodeInGraph(const DSNode *N) const {
|
void AssertNodeInGraph(const DSNode *N) const {
|
||||||
assert((!N || N->getParentGraph() == this) &&
|
assert((!N || N->getParentGraph() == this) &&
|
||||||
|
@ -360,6 +360,10 @@ public:
|
|||||||
///
|
///
|
||||||
DSCallSite getCallSiteForArguments(Function &F) const;
|
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...
|
// Methods for checking to make sure graphs are well formed...
|
||||||
void AssertNodeInGraph(const DSNode *N) const {
|
void AssertNodeInGraph(const DSNode *N) const {
|
||||||
assert((!N || N->getParentGraph() == this) &&
|
assert((!N || N->getParentGraph() == this) &&
|
||||||
|
Reference in New Issue
Block a user