Searched refs:BranchCount (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 97 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), in gcovMain() local 100 cl::alias BranchCountA("branch-counts", cl::aliasopt(BranchCount)); in gcovMain() 171 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 51 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 58 bool BranchCount; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 58 getBranchWeight(Intrinsic::ID IntrinsicID, CallInst *CI, int BranchCount) { in getBranchWeight() argument 71 double FalseProb = (1.0 - TrueProb) / (BranchCount - 1); in getBranchWeight()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 541 else if (Options.BranchCount) in print()
|