Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp439 uint64_t &FallThroughWeight) { in updateBranchWeights() argument
442 if (!FallThroughWeight) in updateBranchWeights()
451 FallThroughWeight = in updateBranchWeights()
452 FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1; in updateBranchWeights()
463 uint64_t &FallThroughWeight) { in initBranchWeights() argument
469 FallThroughWeight = HeaderIdx ? FalseWeight : TrueWeight; in initBranchWeights()
480 uint64_t FallThroughWeight) { in fixupBranchWeights() argument
483 if (!FallThroughWeight) in fixupBranchWeights()
776 uint64_t ExitWeight = 0, FallThroughWeight = 0; in peelLoop() local
777 initBranchWeights(Header, LatchBR, ExitWeight, FallThroughWeight); in peelLoop()
[all …]