Searched defs:BranchPrediction (Results 1 – 2 of 2) sorted by relevance
100 func describePredictionAgrees(b *Block, prediction BranchPrediction) string {110 func describeBranchPrediction(f *Func, b *Block, likely, not int8, prediction BranchPrediction) {
425 type BranchPrediction int8 type