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 241 Bound *bound = GetBound(x); in DoBinaryArithmeticOp() local 270 Bound *bound = GetBound(x); in DoUnaryArithmeticOp() local 303 Bound *bound = nullptr; in DoPhi() local 471 Bound *bound = VisitGate(gate); in GetBound() local 484 void ArrayBoundsCheckElimination::UpdateBound(IntegerStack &pushed, GateRef gate, Bound *bound) in UpdateBound() 528 Bound *bound = chunk_->New<Bound>(op, instrValue, constValue); in UpdateBound() local 578 bool ArrayBoundsCheckElimination::InArrayBound(Bound *bound, GateRef length, GateRef array) in InArrayBound()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_factory_test.cpp | 118 …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 | 329 Inst *FindUpperInsertAfter(Inst *inst, Inst *bound, bool checkCfg) in FindUpperInsertAfter() 380 Inst *FindLowerInsertAfter(Inst *inst, Inst *bound, bool checkCfg = true) in FindLowerInsertAfter()
|