Searched defs:BestFreq (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp437 BlockFrequency BestFreq; local
452 if (BestBlock && BestFreq >= CandidateFreq)
455 BestFreq = CandidateFreq;

Completed in 59 milliseconds