Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1024 uint64_t OtherLocalAdjust; in operator <() local
1037 OtherLocalAdjust = 0; in operator <()
1039 OtherLocalAdjust = Cost.LocalCost - LocalCost; in operator <()
1044 OtherLocalAdjust = Cost.LocalCost; in operator <()
1059 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()
1062 OtherLocalAdjust && in operator <()
1063 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()