Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp475 BlockFrequency BestFreq; in selectBestCandidateBlock() local
487 if (BestBlock && BestFreq >= CandidateFreq) in selectBestCandidateBlock()
490 BestFreq = CandidateFreq; in selectBestCandidateBlock()