Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp640 uint32_t FallThroughWeights = 0; in initBranchWeights() local
644 FallThroughWeights += Weight; in initBranchWeights()
650 if (FallThroughWeights == 0) in initBranchWeights()
663 double W = (double)Weight / (double)FallThroughWeights; in initBranchWeights()