Home
last modified time | relevance | path

Searched defs:bound (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.cpp329 Inst *FindUpperInsertAfter(Inst *inst, Inst *bound, bool checkCfg) in FindUpperInsertAfter() argument
380 Inst *FindLowerInsertAfter(Inst *inst, Inst *bound, bool checkCfg = true) in FindLowerInsertAfter() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp95 ArrayBoundsCheckElimination::Bound *ArrayBoundsCheckElimination::AndOp(Bound *bound, Bound *b) in AndOp() argument
150 OrOp(Bound *bound, Bound *b) OrOp() argument
220 Bound *bound = GetBound(y); DoBinaryArithmeticOp() local
241 Bound *bound = GetBound(x); DoBinaryArithmeticOp() local
270 Bound *bound = GetBound(x); DoUnaryArithmeticOp() local
303 Bound *bound = nullptr; DoPhi() local
471 Bound *bound = VisitGate(gate); GetBound() local
484 UpdateBound(IntegerStack &pushed, GateRef gate, Bound *bound) UpdateBound() argument
528 Bound *bound = chunk_->New<Bound>(op, instrValue, constValue); UpdateBound() local
578 InArrayBound(Bound *bound, GateRef length, GateRef array) InArrayBound() argument
[all...]

Completed in 3 milliseconds