HomeSort by relevance Sort by last modified time
    Searched full:bestfreq (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 740 BlockFrequency BestFreq;
772 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq)))
776 BestFreq = CandidateFreq;
    [all...]

Completed in 128 milliseconds