Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp1027 uint64_t ThisLocalAdjust; in operator <() local
1040 ThisLocalAdjust = 0; in operator <()
1045 ThisLocalAdjust = LocalCost - Cost.LocalCost; in operator <()
1047 ThisLocalAdjust = LocalCost; in operator <()
1059 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
1061 bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust || in operator <()