Home
last modified time | relevance | path

Searched refs:numIn (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp77 auto numIn = acc_.GetInValueCount(gate); in VisitPhi() local
78 for (size_t i = 0; i < numIn; ++i) { in VisitPhi()
Dslowpath_lowering.cpp1809 size_t numIn = acc_.GetNumValueIn(depGate); in LowerCreateObjectWithExcludedKeys() local
1810 GateRef length = builder_.Int32(numIn); in LowerCreateObjectWithExcludedKeys()
1816 for (size_t idx = 0; idx < numIn; idx++) { in LowerCreateObjectWithExcludedKeys()