Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DBranchProbability.h41 uint32_t getNumerator() const { return N; } in getNumerator() function
/external/llvm/lib/Support/
DBlockFrequency.cpp68 uint32_t n = Prob.getNumerator(); in operator *=()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyImpl.h91 uint64_t N = Prob.getNumerator(); in divBlockFreq()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1444 unsigned UnpredCost = Probability.getNumerator() * NumCycles; in isProfitableToIfCvt()
1462 unsigned TUnpredCost = Probability.getNumerator() * TCycles; in isProfitableToIfCvt()
1465 uint32_t Comp = Probability.getDenominator() - Probability.getNumerator(); in isProfitableToIfCvt()