Displaying 3 results from an estimated 3 matches for "structllvm_1_1postdominatortree".
2012 Aug 21
3
[LLVMdev] Fwd: DomTreeNode
Hi George,
> When I compile llvm in release mode, the problem goes away! I don't understand?
probably the function defined in the header is inlined into every function that
calls it when optimization is turned on, but not when optimization is turned
off.
Ciao, Duncan.
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
...r 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 PostDominatorTree analysis may help:
http://llvm.org/doxygen/structllvm_1_1PostDominatorTree.html
-- John T.
>
> Thanks,
> Arsen
>
>
>
> --
> View this message in context: http://llvm.1065342.n5.nabble.com/Control-Dependence-Graph-builder-tp56687.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> ___________________________________________...