search for: node0x100ae1fc0

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

Did you mean: node0x100ae1c40
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
...ction fini"; edge [arrowtail="dot"]; size="10,7.5"; rotate="90"; Node0x100ae1c40 [shape=record,shape=Mrecord,label="{ %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}"]; Node0x...