Searched defs:upperBound (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | verifier.cpp | 391 std::unordered_map<GateRef, size_t> upperBound; in RunSchedulingBoundsCheck() local
|
H A D | scheduler.cpp | 237 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 D | mcr_lowering.cpp | 568 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 D | mcr_circuit_builder.cpp | 810 GateRef CircuitBuilder::Int32UnsignedUpperBoundCheck(GateRef value, GateRef upperBound) in Int32UnsignedUpperBoundCheck() argument
|
Completed in 10 milliseconds