Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSink.cpp571 uint64_t RHSFreq = MBFI ? MBFI->getBlockFreq(R).getFrequency() : 0; in GetAllSortedSuccessors() local
572 bool HasBlockFreq = LHSFreq != 0 && RHSFreq != 0; in GetAllSortedSuccessors()
573 return HasBlockFreq ? LHSFreq < RHSFreq in GetAllSortedSuccessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp611 uint64_t RHSFreq = MBFI ? MBFI->getBlockFreq(R).getFrequency() : 0; in GetAllSortedSuccessors() local
612 bool HasBlockFreq = LHSFreq != 0 && RHSFreq != 0; in GetAllSortedSuccessors()
613 return HasBlockFreq ? LHSFreq < RHSFreq in GetAllSortedSuccessors()