Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1222 uint64_t LHSFreq = MBFI ? MBFI->getBlockFreq(L).getFrequency() : 0; in GetAllSortedSuccessors() local
1224 bool HasBlockFreq = LHSFreq != 0 || RHSFreq != 0; in GetAllSortedSuccessors()
1225 return HasBlockFreq ? LHSFreq < RHSFreq in GetAllSortedSuccessors()