Searched defs:denom (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 134 auto denom = std::max(counter0, counter1); in LeastLikelySuccessor() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 172 auto denom = std::max(counter0, counter1); in LeastLikelySuccessorByBranchCounter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 2958 … 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/ |
| D | mir_nodes.cpp | 267 uint64_t denom, uint32_t updateOp) in CloneTreeWithFreqs()
|