ChampSim
branch_info.h
Go to the documentation of this file.
1 #ifndef BRANCH_INFO_H
2 #define BRANCH_INFO_H
3 
4 #define BRANCH_INFO_INDIRECT 0
5 #define BRANCH_INFO_RETURN 1
6 #define BRANCH_INFO_ALWAYS_TAKEN 2
7 #define BRANCH_INFO_CONDITIONAL 3
8 
9 #endif // BRANCH_INFO_H