Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp669 uint32_t FallThroughWeights = 0; in initBranchWeights() local
673 FallThroughWeights += Weight; in initBranchWeights()
679 if (FallThroughWeights == 0) in initBranchWeights()
692 double W = (double)Weight / (double)FallThroughWeights; in initBranchWeights()