Displaying 1 result from an estimated 1 matches for "setrootnode".
Did you mean:
getrootnode
2012 Nov 07
0
[LLVMdev] Replacing root node of dominator tree
...se the new merged root and remove the old node.
The changeImmediateDominator functions reject a null replacement
immediate dominator and I don't see any way of replacing the root short
of rerunning the analysis on the whole function when I run into this case.
Do these need the addition of a setRootNode function to handle this case?