Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Statistic

33 #include "llvm/ADT/Statistic.h"
49 STATISTIC(NumCondBranches, "Number of conditional branches");
50 STATISTIC(NumUncondBranches, "Number of uncondittional branches");
51 STATISTIC(CondBranchTakenFreq,
53 STATISTIC(UncondBranchTakenFreq,
1182 Statistic &NumBranches = (I->succ_size() > 1) ? NumCondBranches
1184 Statistic &BranchTakenFreq = (I->succ_size() > 1) ? CondBranchTakenFreq