Lines Matching defs:SortedGraph
517 void traverseCFG(CFG *CFGraph, const PostOrderCFGView *SortedGraph,
732 const PostOrderCFGView *SortedGraph,
736 for (const auto *CurrBlock : *SortedGraph) {
814 const PostOrderCFGView *SortedGraph,
816 for (const auto *CurrBlock : *SortedGraph) {
2422 const PostOrderCFGView *SortedGraph = walker.getSortedGraph();
2432 LocalVarMap.traverseCFG(CFGraph, SortedGraph, BlockInfo);
2435 findBlockLocations(CFGraph, SortedGraph, BlockInfo);
2444 if (!SortedGraph->empty()) {
2445 assert(*SortedGraph->begin() == &CFGraph->getEntry());
2553 for (const auto *CurrBlock : *SortedGraph) {