#include "clang/Analysis/CallGraph.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/StmtVisitor.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/GraphWriter.h"
Go to the source code of this file.
|
| llvm |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
|
|
|
| STATISTIC (NumObjCCallEdges,"Number of Objective-C method call edges") |
|
| STATISTIC (NumBlockCallEdges,"Number of block call edges") |
|
#define DEBUG_TYPE "CallGraph" |
STATISTIC |
( |
NumObjCCallEdges |
, |
|
|
"Number of Objective-C method call edges" |
|
|
) |
| |
STATISTIC |
( |
NumBlockCallEdges |
, |
|
|
"Number of block call edges" |
|
|
) |
| |