Searched defs:bound (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | array_bounds_check_elimination.cpp | 95 ArrayBoundsCheckElimination::Bound *ArrayBoundsCheckElimination::AndOp(Bound *bound, Bound *b) in AndOp() 150 ArrayBoundsCheckElimination::Bound *ArrayBoundsCheckElimination::OrOp(Bound *bound, Bound *b) in OrOp() 220 Bound *bound = GetBound(y); in DoBinaryArithmeticOp() local 237 Bound *bound = GetBound(x); in DoBinaryArithmeticOp() local 262 Bound *bound = GetBound(x); in DoUnaryArithmeticOp() local 295 Bound *bound = nullptr; in DoPhi() local 459 Bound *bound = VisitGate(gate); in GetBound() local 472 void ArrayBoundsCheckElimination::UpdateBound(IntegerStack &pushed, GateRef gate, Bound *bound) in UpdateBound() 516 Bound *bound = new Bound(op, instrValue, constValue); in UpdateBound() local 566 bool ArrayBoundsCheckElimination::InArrayBound(Bound *bound, GateRef length, GateRef array) in InArrayBound()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_factory_test.cpp | 138 …JSHandle<JSTaggedValue> bound(thread, GetGlobal(thread)->GetObjectFunctionPrototype().GetTaggedVal… in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 316 Inst *FindUpperInsertAfter(Inst *inst, Inst *bound, bool checkCfg) in FindUpperInsertAfter() 367 Inst *FindLowerInsertAfter(Inst *inst, Inst *bound, bool checkCfg = true) in FindLowerInsertAfter()
|