Home
last modified time | relevance | path

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

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