Searched refs:LHSFreq (Results 1 – 2 of 2) sorted by relevance
570 uint64_t LHSFreq = MBFI ? MBFI->getBlockFreq(L).getFrequency() : 0; in GetAllSortedSuccessors() local572 bool HasBlockFreq = LHSFreq != 0 && RHSFreq != 0; in GetAllSortedSuccessors()573 return HasBlockFreq ? LHSFreq < RHSFreq in GetAllSortedSuccessors()
610 uint64_t LHSFreq = MBFI ? MBFI->getBlockFreq(L).getFrequency() : 0; in GetAllSortedSuccessors() local612 bool HasBlockFreq = LHSFreq != 0 && RHSFreq != 0; in GetAllSortedSuccessors()613 return HasBlockFreq ? LHSFreq < RHSFreq in GetAllSortedSuccessors()