Searched refs:NumBranches (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp87 STATISTIC(NumBranches, "Number of branches unswitched");
746 ++NumBranches;
1162 ++NumBranches;
H A DSimpleLoopUnswitch.cpp64 STATISTIC(NumBranches, "Number of branches unswitched");
559 ++NumBranches;
2332 ++NumBranches;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp147 CHRStats() : NumBranches(0), NumBranchesDelta(0),
150 OS << "CHRStats: NumBranches " << NumBranches
154 uint64_t NumBranches; // The original number of conditional branches / member in struct:__anon5588::CHRStats
799 ++Stats.NumBranches;
834 ++Stats.NumBranches;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3212 Statistic &NumBranches = local
3223 ++NumBranches;

Completed in 178 milliseconds