search for: node0x100ae0b30

Displaying 2 results from an estimated 2 matches for "node0x100ae0b30".

2002 Nov 21
2
[LLVMdev] get TopDown DSGraph
Dear LLVM, I was wondering if this is the right way to get TopDown DSGraph? TDDataStructures &TD = getAnalysis<TDDataStructures>(); F is some function DSGraph &dsg = TD.getDSGraph(F); I found out the DSGraph I got using this method is actually bottom up DSGraph, can you let me know why? Thanks, xiaodong
2002 Nov 21
1
[LLVMdev] get TopDown DSGraph
...%struct.a: HIMR\n|{<g0>|<g1>|<g2>}}"]; Node0x100ae1c40:g1 -> Node0x100ae1e00; Node0x100ae1c40:g2 -> Node0x100ae1fc0; Node0x100ae1e00 [shape=record,shape=Mrecord,label="{ %struct.a: HIMR\n|{<g0>|<g1>|<g2>}}"]; Node0x100ae1e00:g1 -> Node0x100ae0b30; Node0x100ae1e00:g2 -> Node0x100ae1d20; Node0x100ae0b30 [shape=record,shape=Mrecord,label="{ void: HI\n}"]; Node0x100ae1d20 [shape=record,shape=Mrecord,label="{ void: HI\n}"]; Node0x100ae1fc0 [shape=record,shape=Mrecord,label="{ void: HI\n}"]; Node0x100aeb...