Home
last modified time | relevance | path

Searched refs:SortedGraph (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h163 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
H A DConsumed.h217 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo() argument
220 for (const auto BI : *SortedGraph) in ConsumedBlockInfo()