Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Statistic

32 #include "llvm/ADT/Statistic.h"
53 STATISTIC(NumCondBranches, "Number of conditional branches");
54 STATISTIC(NumUncondBranches, "Number of uncondittional branches");
55 STATISTIC(CondBranchTakenFreq,
57 STATISTIC(UncondBranchTakenFreq,
1209 Statistic &NumBranches =
1211 Statistic &BranchTakenFreq =