Home
last modified time | relevance | path

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

/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
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp727 traverseCFG(CFG * CFGraph,const PostOrderCFGView * SortedGraph,std::vector<CFGBlockInfo> & BlockInfo) traverseCFG() argument
809 findBlockLocations(CFG * CFGraph,const PostOrderCFGView * SortedGraph,std::vector<CFGBlockInfo> & BlockInfo) findBlockLocations() argument
2302 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); runAnalysis() local
[all...]
H A DConsumed.cpp1315 PostOrderCFGView *SortedGraph = AC.getAnalysis<PostOrderCFGView>(); run() local