Searched refs:LocalFreq (Results 1 – 4 of 4) sorted by relevance
865 RegBankSelect::MappingCost::MappingCost(const BlockFrequency &LocalFreq) in MappingCost() argument866 : LocalFreq(LocalFreq.getFrequency()) {} in MappingCost()890 LocalFreq == UINT64_MAX; in isSaturated()922 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { in operator <()952 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()955 ThisScaledCost < LocalFreq); in operator <()956 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()960 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()981 LocalFreq == Cost.LocalFreq; in operator ==()1000 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()
779 RegBankSelect::MappingCost::MappingCost(const BlockFrequency &LocalFreq) in MappingCost() argument780 : LocalCost(0), NonLocalCost(0), LocalFreq(LocalFreq.getFrequency()) {} in MappingCost()804 LocalFreq == UINT64_MAX; in isSaturated()836 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { in operator <()867 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()870 ThisScaledCost < LocalFreq); in operator <()871 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()875 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()896 LocalFreq == Cost.LocalFreq; in operator ==()
412 uint64_t LocalFreq; variable414 MappingCost(uint64_t LocalCost, uint64_t NonLocalCost, uint64_t LocalFreq) in MappingCost() argument416 LocalFreq(LocalFreq) {} in MappingCost()424 MappingCost(const BlockFrequency &LocalFreq);
431 uint64_t LocalFreq; variable433 MappingCost(uint64_t LocalCost, uint64_t NonLocalCost, uint64_t LocalFreq) in MappingCost() argument435 LocalFreq(LocalFreq) {} in MappingCost()443 MappingCost(const BlockFrequency &LocalFreq);