Home
last modified time | relevance | path

Searched defs:denom (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp134 auto denom = std::max(counter0, counter1); in LeastLikelySuccessor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp172 auto denom = std::max(counter0, counter1); in LeastLikelySuccessorByBranchCounter() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2958 … std::unordered_map<uint32_t, uint64_t> &fromFreqs, uint64_t numer, uint64_t denom, in CloneTreeWithFreqs()
3053 … std::unordered_map<uint32_t, uint64_t> &fromFreqs, uint64_t numer, uint64_t denom, in CloneTreeWithFreqs()
3131 … std::unordered_map<uint32_t, uint64_t> &fromFreqs, uint64_t numer, uint64_t denom, in CloneTreeWithFreqs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp267 uint64_t denom, uint32_t updateOp) in CloneTreeWithFreqs()