Home
last modified time | relevance | path

Searched defs:upperBound (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dverifier.cpp391 std::unordered_map<GateRef, size_t> upperBound; in RunSchedulingBoundsCheck() local
H A Dscheduler.cpp237 CalculateSchedulingUpperBound(const Circuit *circuit, const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, const std::function<bool(size_t, size_t)> &isAncestor, const std::vector<GateRef> &schedulableGatesList, std::unordered_map<GateRef, size_t> &upperBound) CalculateSchedulingUpperBound() argument
H A Dmcr_lowering.cpp568 GateRef upperBound = builder_.Int32(INT32_MAX); in LowerCheckUInt32AndConvert() local
726 GateRef upperBound = builder_.Int32(INT32_MAX); in ConvertUInt32ToTaggedNumber() local
928 GateRef upperBound = acc_.GetValueIn(gate, 1); in LowerInt32UnsignedUpperBoundCheck() local
H A Dmcr_circuit_builder.cpp810 GateRef CircuitBuilder::Int32UnsignedUpperBoundCheck(GateRef value, GateRef upperBound) in Int32UnsignedUpperBoundCheck() argument

Completed in 10 milliseconds