LLVM 20.0.0git
|
#include "llvm/Transforms/Utils/CountVisits.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/PassManager.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "count-visits" |
Functions | |
STATISTIC (MaxVisited, "Max number of times we visited a function") | |
#define DEBUG_TYPE "count-visits" |
Definition at line 16 of file CountVisits.cpp.
STATISTIC | ( | MaxVisited | , |
"Max number of times we visited a function" | |||
) |