Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp528 BlockFrequency BestFreq; in selectBestCandidateBlock() local
540 if (BestBlock && BestFreq >= CandidateFreq) in selectBestCandidateBlock()
543 BestFreq = CandidateFreq; in selectBestCandidateBlock()