Home
last modified time | relevance | path

Searched defs:SortedGraph (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DConsumed.h215 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo()
H A DThreadSafetyCommon.h265 PostOrderCFGView *SortedGraph = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp728 const PostOrderCFGView *SortedGraph, in traverseCFG()
812 const PostOrderCFGView *SortedGraph, in findBlockLocations()
2288 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); in runAnalysis() local
H A DConsumed.cpp1316 PostOrderCFGView *SortedGraph = AC.getAnalysis<PostOrderCFGView>(); in run() local