Searched refs:SortedGraph (Results 1 – 2 of 2) sorted by relevance
163 SortedGraph = AC.getAnalysis<PostOrderCFGView>(); in init()164 if (!SortedGraph) in init()177 for (const auto *CurrBlock : *SortedGraph) { in walk()261 const PostOrderCFGView *getSortedGraph() const { return SortedGraph; } in getSortedGraph()266 PostOrderCFGView *SortedGraph = nullptr; variable
217 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() argument220 for (const auto BI : *SortedGraph) in ConsumedBlockInfo()