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.cpp792 uint32_t FallThroughWeights = 0; in initBranchWeights() local
796 FallThroughWeights += Weight; in initBranchWeights()
802 if (FallThroughWeights == 0) in initBranchWeights()
815 double W = (double)Weight / (double)FallThroughWeights; in initBranchWeights()