Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1826 const unsigned MultiplyFactor = 3; in annotateAllFunctions() local
1831 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp503 const unsigned MultiplyFactor = 3; in updateInstrProfileEntry() local
504 uint64_t Numerator = HotInstrThreshold * MultiplyFactor; in updateInstrProfileEntry()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp1011 APInt MultiplyFactor = OddFactorial.zext(W+1); in BinomialCoefficient() local
1012 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod); in BinomialCoefficient()
1013 MultiplyFactor = MultiplyFactor.trunc(W); in BinomialCoefficient()
1030 return SE.getMulExpr(SE.getConstant(MultiplyFactor), in BinomialCoefficient()