Searched refs:LocalFreq (Results 1 – 2 of 2) sorted by relevance
975 RegBankSelect::MappingCost::MappingCost(BlockFrequency LocalFreq) in MappingCost() argument976 : LocalFreq(LocalFreq.getFrequency()) {} in MappingCost()1000 LocalFreq == UINT64_MAX; in isSaturated()1032 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { in operator <()1062 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()1065 ThisScaledCost < LocalFreq); in operator <()1066 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()1070 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()1091 LocalFreq == Cost.LocalFreq; in operator ==()1110 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()
431 uint64_t LocalFreq; variable433 MappingCost(uint64_t LocalCost, uint64_t NonLocalCost, uint64_t LocalFreq) in MappingCost() argument435 LocalFreq(LocalFreq) {} in MappingCost()443 MappingCost(BlockFrequency LocalFreq);