Lines Matching +defs:array +defs:length
578 bool ArrayBoundsCheckElimination::InArrayBound(Bound *bound, GateRef length, GateRef array) in InArrayBound()
607 bool ArrayBoundsCheckElimination::CheckLoop(GateRef array, GateRef lowerGate, int lower, GateRef up… in CheckLoop()
666 void ArrayBoundsCheckElimination::LoopInvariantMotionForIndexCheck(GateRef array, GateRef length, in LoopInvariantMotionForIndexCheck()
712 auto length = FindBoundGate(acc_.GetValueIn(gate, 0)); in ProcessIndexCheck() local
713 auto array = FindBoundGate(acc_.GetValueIn(length, 0)); in ProcessIndexCheck() local
840 GateRef length = FindBoundGate(acc_.GetValueIn(indexCheck, 0)); in InBlockMotion() local
842 GateRef array = FindBoundGate(acc_.GetValueIn(length, 0)); in InBlockMotion() local
887 GateRef length = FindBoundGate(acc_.GetValueIn(insertAfter, 0)); in InBlockMotion() local
927 GateRef length = FindBoundGate(acc_.GetValueIn(firIndexCheckGate, 0)); in InBlockMotion() local
967 auto length = FindBoundGate(acc_.GetValueIn(gate, 0)); in CalcBounds() local
969 auto array = FindBoundGate(acc_.GetValueIn(length, 0)); in CalcBounds() local