Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1874 const unsigned MultiplyFactor = 3; in annotateAllFunctions() local
1879 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp443 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local
444 uint64_t Numerator = HotInstrThreshold * MultiplyFactor; in updateInstrProfileEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp995 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local
996 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()
997 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()
1014 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()