search for: addg

Displaying 5 results from an estimated 5 matches for "addg".

Did you mean: add
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
Hi, all: Recently I am debugging the DSA and want to learn how it work, and now I am checking the local datastructure analysis. I use the following command to print the graph: (gdb) p g.dump() digraph DataStructures { label="Function addG"; Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: MRE\n|{<g0>}}"]; Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: SMR\n|{<g0>|<g1>}}"]; Node0xe1f4d0:g0 -> Node0xe1f3a0; Node0xe20900 [shape=record,shape=Mrecord,label=&quo...
2008 Apr 23
0
[LLVMdev] how to dump DSA graph in gdb?
...John T. Tianwei wrote: > Hi, all: > Recently I am debugging the DSA and want to learn how it work, and now I am checking the local datastructure analysis. > I use the following command to print the graph: > (gdb) p g.dump() > digraph DataStructures { > label="Function addG"; > > Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: MRE\n|{<g0>}}"]; > Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: SMR\n|{<g0>|<g1>}}"]; > Node0xe1f4d0:g0 -> Node0xe1f3a0; > Node0xe20900 [shape=record,...
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
...i, all: > > Recently I am debugging the DSA and want to learn how it work, and > now I am checking the local datastructure analysis. > > I use the following command to print the graph: > > (gdb) p g.dump() > > digraph DataStructures { > > label="Function addG"; > > > > Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: > MRE\n|{<g0>}}"]; > > Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: > SMR\n|{<g0>|<g1>}}"]; > > Node0xe1f4d0:g0 -> Node0xe1f3a0; > &...
2013 Aug 07
1
[LLVMdev] DSA - LocalDataStructures pass does not create DSGraphs
...; preds = %do.body %4 = load %struct.list** %L.addr, align 8 %tobool = icmp ne %struct.list* %4, null br i1 %tobool, label %do.body, label %do.end do.end: ; preds = %do.cond ret void } ; Function Attrs: nounwind uwtable define void @addG(i32* %X) #0 { entry: %X.addr = alloca i32*, align 8 store i32* %X, i32** %X.addr, align 8 %0 = load i32* @Global, align 4 %1 = load i32** %X.addr, align 8 %2 = load i32* %1, align 4 %add = add nsw i32 %2, %0 store i32 %add, i32* %1, align 4 ret void } ; Function Attrs: nounwind uwt...
2008 Apr 23
0
[LLVMdev] how to dump DSA graph in gdb?
...>> Hi, all: >> Recently I am debugging the DSA and want to learn how it work, and now I am checking the local datastructure analysis. >> I use the following command to print the graph: >> (gdb) p g.dump() >> digraph DataStructures { >> label="Function addG"; >> >> Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: MRE\n|{<g0>}}"]; >> Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: SMR\n|{<g0>|<g1>}}"]; >> Node0xe1f4d0:g0 -> Node0xe1f3a0; >> Node0xe...