Searched refs:PredicateAdd (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | array_bounds_check_elimination.h | 160 GateRef PredicateAdd(GateRef left, int leftConst, TypedBinOp cond, GateRef right);
|
| D | array_bounds_check_elimination.cpp | 640 GateRef ArrayBoundsCheckElimination::PredicateAdd(GateRef left, int32_t leftConst, TypedBinOp cond,… in PredicateAdd() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination 653 return PredicateAdd(left, leftConst, cond, constGate); in PredicateAddCmpWithConst() 692 PredicateAdd(upperGate, upper, TypedBinOp::TYPED_LESS, length); in LoopInvariantMotionForIndexCheck() 697 PredicateAdd(length, -upper, TypedBinOp::TYPED_GREATER, upperGate); in LoopInvariantMotionForIndexCheck()
|