<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">I have one analysis pass that I want to perform on call graph SCCs. However, for each function in the SCC, I need function-level analyses, like the dominator tree and the memory dependency analysis.</div><div class=""><br class=""></div><div class="">I’ve <a href="http://stackoverflow.com/questions/30059622/using-dominatortreewrapperpass-in-callgraphsccpass" class="">been told before</a> that these were not available from a CallGraphSCCPass. What would be the best approach for me to access this information? Should I run the passes manually, or is there another, more pass-scheduler-friendly approach?</div><div class=""><br class=""></div><div class="">Félix</div></body></html>