Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SortedGraph

472   void traverseCFG(CFG *CFGraph, const PostOrderCFGView *SortedGraph,
687 const PostOrderCFGView *SortedGraph,
693 for (const auto *CurrBlock : *SortedGraph) {
772 const PostOrderCFGView *SortedGraph,
774 for (const auto *CurrBlock : *SortedGraph) {
2123 const PostOrderCFGView *SortedGraph = walker.getSortedGraph();
2130 LocalVarMap.traverseCFG(CFGraph, SortedGraph, BlockInfo);
2133 findBlockLocations(CFGraph, SortedGraph, BlockInfo);
2142 if (!SortedGraph->empty() && D->hasAttrs()) {
2143 const CFGBlock *FirstBlock = *SortedGraph->begin();
2195 for (const auto *CurrBlock : *SortedGraph) {