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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 215 uint32_t CProb = CycleProb[BB];
216 uint32_t Numerator = EntryFreq - CProb ? EntryFreq - CProb : 1;

Completed in 102 milliseconds