Lines Matching defs:indices
809 void ArrayBoundsCheckElimination::AddAccessIndexedInfo(GateLists &indices, GateRef gate, int idx, GateRef indexCheck)
815 indices.push_back(gate);
829 GateLists indices(chunk_);
866 AddAccessIndexedInfo(indices, lastGate, lastInteger, indexCheck);
871 // Iterate over all different indices
872 for (size_t j = 0; j < indices.size(); j++) {
873 GateRef index = indices[j];
937 for (size_t j = 0; j < indices.size(); j++) {
938 indexCheckInfo_[acc_.GetId(indices[j])] = nullptr;
940 indices.clear();