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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp87 STATISTIC(NumBranches, "Number of branches unswitched");
747 ++NumBranches;
1138 ++NumBranches;
H A DSimpleLoopUnswitch.cpp64 STATISTIC(NumBranches, "Number of branches unswitched");
559 ++NumBranches;
2354 ++NumBranches;
/freebsd-13-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:__anon4576::CHRStats
793 ++Stats.NumBranches;
828 ++Stats.NumBranches;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3432 Statistic &NumBranches = local
3443 ++NumBranches;

Completed in 288 milliseconds