Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DConsumed.h214 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo()
H A DThreadSafetyCommon.h264 PostOrderCFGView *SortedGraph = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp732 const PostOrderCFGView *SortedGraph, in traverseCFG()
816 const PostOrderCFGView *SortedGraph, in findBlockLocations()
2305 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); in runAnalysis() local
H A DConsumed.cpp1315 PostOrderCFGView *SortedGraph = AC.getAnalysis<PostOrderCFGView>(); in run() local