Home
last modified time | relevance | path

Searched defs:BranchCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp97 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), gcovMain() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp56 getBranchWeight(Intrinsic::ID IntrinsicID, CallInst *CI, int BranchCount) { in getBranchWeight()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h55 bool BranchCount; member