Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Dscoring.go21 type scoreAdjustTyp uint type
144 func adjValue(x scoreAdjustTyp) int {
159 func isMay(x scoreAdjustTyp) bool {
163 func isMust(x scoreAdjustTyp) bool {
167 func mayToMust(x scoreAdjustTyp) scoreAdjustTyp {
176 func mustToMay(x scoreAdjustTyp) scoreAdjustTyp {
311 func adjustScore(typ scoreAdjustTyp, score int, mask scoreAdjustTyp) (int, scoreAdjustTyp) {