Displaying 7 results from an estimated 7 matches for "thegraph".
Did you mean:
telegraph
2002 Nov 28
2
[LLVMdev] Breakage in CVS?
On Thu, 28 Nov 2002, Chris Lattner wrote:
>
> > The following function produces a segv when the begin() is taken from
> > vmap, the ScalarMap...
> > int count = 0;
> > std::map<Value*, DSNodeHandle>& vmap = theGraph->getScalarMap();
>
> Are you sure "theGraph" is not null at this point?
yes... that call returns sucessfully. the segfault occurs after...
>
> -Chris
>
> > for (std::map<Value*, DSNodeHandle>::iterator i = vmap.begin(); i
> > != vmap.end(); ++i) {...
2002 Nov 28
2
[LLVMdev] Breakage in CVS?
The following function produces a segv when the begin() is taken from
vmap, the ScalarMap...
bool StaticMemAnalysis::isSingleMalloc(DSGraph* theGraph,DSNode* theNode)
{
int count = 0;
std::map<Value*, DSNodeHandle>& vmap = theGraph->getScalarMap();
for (std::map<Value*, DSNodeHandle>::iterator i = vmap.begin(); i
!= vmap.end(); ++i) {
if(i->second.getNode() == theNode) {
if(isa<MallocInst>(i->first)) coun...
2002 Nov 28
0
[LLVMdev] Breakage in CVS?
> > > The following function produces a segv when the begin() is taken from
> > > vmap, the ScalarMap...
> > > int count = 0;
> > > std::map<Value*, DSNodeHandle>& vmap = theGraph->getScalarMap();
> >
> > Are you sure "theGraph" is not null at this point?
> yes... that call returns sucessfully. the segfault occurs after...
I don't doubt the call successfully returns. The call basically does some
pointer arithmetic, adding a small constant to...
2009 Dec 03
5
Bar Plots: Error Bars
Hey Everyone,
I'm pretty new at R and wanted to try and make some graphs with dummy data
before using it to analyze my own. I successfully made a bar graph and error
bars, but I can't figure out how to align them properly (currently they are
not centered on the bars and some of them aren't even close). Here's the
code that I'm using:
> marks <- sample(4:10, size=50,
2002 Nov 28
0
[LLVMdev] Breakage in CVS?
> The following function produces a segv when the begin() is taken from
> vmap, the ScalarMap...
> int count = 0;
> std::map<Value*, DSNodeHandle>& vmap = theGraph->getScalarMap();
Are you sure "theGraph" is not null at this point?
-Chris
> for (std::map<Value*, DSNodeHandle>::iterator i = vmap.begin(); i
> != vmap.end(); ++i) {
> if(i->second.getNode() == theNode) {
> if(isa<MallocInst>(i->first)) count++;...
2002 Dec 06
1
[LLVMdev] WRT: function pointers + DSG
LLVM,
What do I pass into the DSG in order to access the globals vector of
functions that a function pointer may be calling. The code:
CallInst *calli = dynamic_cast<CallInst*>(*i);
std::vector<GlobalValue*> funcVect =
theGraph.getNodeForValue(calli->getCalledFunction()).getNode()->getGlobals();
Doesn't appear to work... getCalledFunction() returns 0
Dave
On Fri, 6 Dec 2002, Vikram Adve wrote:
> P.S. I have also updated the CSIL tree. Just check out
> TarjanSCCIterator.h.
>
> --Vikram
> http...
2008 Apr 01
10
Recalcitrant CSS background-image
...rc="<%= url_for :controller => ''graphs'', :action=> ''show_graph'',
:name => @name, :field => params[:field] %>" style="border:1px solid
#aabcca;" align="bottom", alt="Graph for <%= @name -%>", id="thegraph",
width="580", height="310" />
</div>
Anyway, the loadimage div absolutely refuses to display an image so all
I see is an empty space in which the graph eventually appears. Even if I
use this div it in other locations, e.g. around text or a table, the
load.gif ima...