OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDenominator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
BranchProbability.h
36
uint32_t
getDenominator
() const { return D; }
/external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h
77
uint64_t D = Prob.
getDenominator
();
97
uint64_t D = Prob.
getDenominator
();
257
uint64_t D = Prob.
getDenominator
();
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 313 milliseconds