Displaying 5 results from an estimated 5 matches for "tp56687p56689".
2013 Apr 12
2
[LLVMdev] Control Dependence Graph builder
...e needed graphs
(with pass "-domfrontier").
But I just want to surely know is there some pass or builder which can be
integrated somehow so it will be possible directly to generate CDG?
--
View this message in context: http://llvm.1065342.n5.nabble.com/Control-Dependence-Graph-builder-tp56687p56689.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Apr 12
0
[LLVMdev] Control Dependence Graph builder
...pside-down and compute the dominance
frontier. Using post dominators instead of dominators does the same
thing and is described in the Allen and Kennedy book.
-- John T.
>
>
>
> --
> View this message in context: http://llvm.1065342.n5.nabble.com/Control-Dependence-Graph-builder-tp56687p56689.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2013 Apr 12
1
[LLVMdev] Control Dependence Graph builder
...st
> dominators instead of dominators does the same thing and is described in
> the Allen and Kennedy book.
>
> -- John T.
>
>
>
>>
>>
>> --
>> View this message in context: http://llvm.1065342.n5.nabble.**
>> com/Control-Dependence-Graph-**builder-tp56687p56689.html<http://llvm.1065342.n5.nabble.com/Control-Dependence-Graph-builder-tp56687p56689.html>
>> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>> ______________________________**_________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu...
2013 Apr 12
2
[LLVMdev] Control Dependence Graph builder
Hello All,
I am interested in Control Dependence Graph building using the CFG and
Dominance Frontier provided by corresponding passes. Just wandering whether
LLVM provides some kind of pass or builder which will generate the Control
Dependence Graph?
Thanks,
Arsen
--
View this message in context: http://llvm.1065342.n5.nabble.com/Control-Dependence-Graph-builder-tp56687.html
Sent from the
2013 Apr 12
0
[LLVMdev] Control Dependence Graph builder
On 4/12/13 2:37 PM, Arsen wrote:
> Hello All,
>
> I am interested in Control Dependence Graph building using the CFG and
> Dominance Frontier provided by corresponding passes. Just wandering whether
> LLVM provides some kind of pass or builder which will generate the Control
> Dependence Graph?
I think the PostDominanceFrontier analysis was removed from LLVM, but
the