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.cpp1069 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <() local
1073 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()
1079 OtherScaledCost + OtherNonLocalAdjust < OtherNonLocalAdjust; in operator <()
1080 OtherScaledCost += OtherNonLocalAdjust; in operator <()
1089 return ThisScaledCost < OtherScaledCost; in operator <()