Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp56 static constexpr uint32_t ZeroTripCountWeights[] = {1, 127}; variable
333 ExitWeight0 = ZeroTripCountWeights[0]; in updateBranchWeights()
336 while (OrigLoopExitWeight < ZeroTripCountWeights[1] + ExitWeight0) { in updateBranchWeights()