Home
last modified time | relevance | path

Searched refs: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() argument
512 if (!FallThroughWeight) in updateBranchWeights()
521 FallThroughWeight = in updateBranchWeights()
522 FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1; in updateBranchWeights()
533 uint64_t &FallThroughWeight) { in initBranchWeights() argument
539 FallThroughWeight = HeaderIdx ? FalseWeight : TrueWeight; in initBranchWeights()
550 uint64_t FallThroughWeight) { in fixupBranchWeights() argument
553 if (!FallThroughWeight) in fixupBranchWeights()
839 uint64_t ExitWeight = 0, FallThroughWeight = 0; in peelLoop() local
840 initBranchWeights(Header, LatchBR, ExitWeight, FallThroughWeight); in peelLoop()
[all …]