Home
last modified time | relevance | path

Searched defs:BranchPrediction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dlikelyadjust.go100 func describePredictionAgrees(b *Block, prediction BranchPrediction) string {
110 func describeBranchPrediction(f *Func, b *Block, likely, not int8, prediction BranchPrediction) {
Dblock.go425 type BranchPrediction int8 type