Home
last modified time | relevance | path

Searched refs:MultiplyFactor (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1874 const unsigned MultiplyFactor = 3; in annotateAllFunctions() local
1879 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp443 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local
444 uint64_t Numerator = HotInstrThreshold * MultiplyFactor; in updateInstrProfileEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp994 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local
995 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()
996 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()
1013 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()