Searched refs:FallThroughWeight (Results 1 – 1 of 1) sorted by relevance
509 uint64_t &FallThroughWeight) { in updateBranchWeights() argument512 if (!FallThroughWeight) in updateBranchWeights()521 FallThroughWeight = in updateBranchWeights()522 FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1; in updateBranchWeights()533 uint64_t &FallThroughWeight) { in initBranchWeights() argument539 FallThroughWeight = HeaderIdx ? FalseWeight : TrueWeight; in initBranchWeights()550 uint64_t FallThroughWeight) { in fixupBranchWeights() argument553 if (!FallThroughWeight) in fixupBranchWeights()839 uint64_t ExitWeight = 0, FallThroughWeight = 0; in peelLoop() local840 initBranchWeights(Header, LatchBR, ExitWeight, FallThroughWeight); in peelLoop()[all …]