Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp484 BlockFrequency CandidateFreq = MBFI->getBlockFreq(MBB); in selectBestCandidateBlock() local
486 MBFI->printBlockFreq(dbgs(), CandidateFreq) << " (freq)\n"); in selectBestCandidateBlock()
487 if (BestBlock && BestFreq >= CandidateFreq) in selectBestCandidateBlock()
490 BestFreq = CandidateFreq; in selectBestCandidateBlock()