Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp709 uint32_t FallThroughWeights = 0; in initBranchWeights() local
713 FallThroughWeights += Weight; in initBranchWeights()
719 if (FallThroughWeights == 0) in initBranchWeights()
732 double W = (double)Weight / (double)FallThroughWeights; in initBranchWeights()