Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DConsumed.h213 ConsumedBlockInfo(unsigned int NumBlocks, PostOrderCFGView *SortedGraph) in ConsumedBlockInfo()
H A DThreadSafetyCommon.h266 PostOrderCFGView *SortedGraph = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp728 const PostOrderCFGView *SortedGraph, in traverseCFG()
810 const PostOrderCFGView *SortedGraph, in findBlockLocations()
2266 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); in runAnalysis() local
H A DConsumed.cpp1315 PostOrderCFGView *SortedGraph = AC.getAnalysis<PostOrderCFGView>(); in run() local