Lines Matching refs:FallThroughWeight
509 uint64_t &FallThroughWeight) { in updateBranchWeights() argument
512 if (!FallThroughWeight) in updateBranchWeights()
518 HeaderIdx ? MDB.createBranchWeights(ExitWeight, FallThroughWeight) in updateBranchWeights()
519 : MDB.createBranchWeights(FallThroughWeight, ExitWeight); 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()
560 HeaderIdx ? MDB.createBranchWeights(ExitWeight, FallThroughWeight) in fixupBranchWeights()
561 : MDB.createBranchWeights(FallThroughWeight, ExitWeight); in fixupBranchWeights()
839 uint64_t ExitWeight = 0, FallThroughWeight = 0; in peelLoop() local
840 initBranchWeights(Header, LatchBR, ExitWeight, FallThroughWeight); in peelLoop()
870 updateBranchWeights(InsertBot, LatchBRCopy, ExitWeight, FallThroughWeight); in peelLoop()
896 fixupBranchWeights(Header, LatchBR, ExitWeight, FallThroughWeight); in peelLoop()