Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp573 uint64_t RHSFreq = MBFI ? MBFI->getBlockFreq(R).getFrequency() : 0; in GetAllSortedSuccessors() local
574 bool HasBlockFreq = LHSFreq != 0 && RHSFreq != 0; in GetAllSortedSuccessors()
575 return HasBlockFreq ? LHSFreq < RHSFreq in GetAllSortedSuccessors()