Home
last modified time | relevance | path

Searched defs:FallThroughWeight (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp509 uint64_t &FallThroughWeight) { in updateBranchWeights()
533 uint64_t &FallThroughWeight) { in initBranchWeights()
550 uint64_t FallThroughWeight) { in fixupBranchWeights()
839 uint64_t ExitWeight = 0, FallThroughWeight = 0; in peelLoop() local