Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp926 uint64_t ThisLocalAdjust; in operator <() local
939 ThisLocalAdjust = 0; in operator <()
944 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
946 ThisLocalAdjust = LocalCost; in operator <()
958 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
960 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()