Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h217 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo()
H A DThreadSafetyCommon.h266 PostOrderCFGView *SortedGraph = nullptr; variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp727 const PostOrderCFGView *SortedGraph, in traverseCFG()
809 const PostOrderCFGView *SortedGraph, in findBlockLocations()
2302 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); in runAnalysis() local
H A DConsumed.cpp1315 PostOrderCFGView *SortedGraph = AC.getAnalysis<PostOrderCFGView>(); in run() local