reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
962 LocalFreq == UINT64_MAX; 994 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { 994 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { 1024 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; 1027 ThisScaledCost < LocalFreq); 1028 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; 1032 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); 1053 LocalFreq == Cost.LocalFreq; 1053 LocalFreq == Cost.LocalFreq; 1072 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost;