HomeSort by relevance Sort by last modified time
    Searched refs:getNumerator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
BranchProbability.h 35 uint32_t getNumerator() const { return N; }
  /external/llvm/lib/Support/
BlockFrequency.cpp 68 uint32_t n = Prob.getNumerator();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 91 uint64_t N = Prob.getNumerator();
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 55 milliseconds