Home
last modified time | relevance | path

Searched refs:OtherScaledCost (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1070 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <() local
1074 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()
1080 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
1081 OtherScaledCost += OtherNonLocalAdjust; in operator <()
1090 return ThisScaledCost < OtherScaledCost; in operator <()