Searched refs:FallThroughWeight (Results 1 – 1 of 1) sorted by relevance
439 uint64_t &FallThroughWeight) { in updateBranchWeights() argument442 if (!FallThroughWeight) in updateBranchWeights()451 FallThroughWeight = in updateBranchWeights()452 FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1; in updateBranchWeights()463 uint64_t &FallThroughWeight) { in initBranchWeights() argument469 FallThroughWeight = HeaderIdx ? FalseWeight : TrueWeight; in initBranchWeights()480 uint64_t FallThroughWeight) { in fixupBranchWeights() argument483 if (!FallThroughWeight) in fixupBranchWeights()776 uint64_t ExitWeight = 0, FallThroughWeight = 0; in peelLoop() local777 initBranchWeights(Header, LatchBR, ExitWeight, FallThroughWeight); in peelLoop()[all …]