LLVM 19.0.0git
Macros | Functions
CountVisits.cpp File Reference
#include "llvm/Transforms/Utils/CountVisits.h"
#include "llvm/ADT/Statistic.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")
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "count-visits"

Definition at line 15 of file CountVisits.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( MaxVisited  ,
"Max number of times we visited a function"   
)