Home
last modified time | relevance | path

Searched defs:newFreq (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp273 uint64_t newFreq; in CloneTreeWithFreqs() local
307 uint64_t newFreq; in CloneTreeWithFreqs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2966 uint64_t newFreq = numer == 0 ? 0 : (denom > 0 ? (oldFreq * numer / denom) : oldFreq); in CloneTreeWithFreqs() local
3060 …int64_t newFreq = static_cast<int64_t>(numer == 0 ? 0 : (denom > 0 ? (oldFreq * numer / denom) : o… in CloneTreeWithFreqs() local
3138 uint64_t newFreq = oldFreq; in CloneTreeWithFreqs() local