Searched refs:has_index (Results 1 – 13 of 13) sorted by relevance
172 bool has_index(int i) const;201 assert(has_index(i)); in get_existing()205 assert(has_index(i)); in get_existing()220 assert(!has_index(i)); in SetInternal()223 if (!has_index(i)) in SetInternal()231 assert(has_index(i)); in SetExistingInternal()349 bool SparseArray<Value>::has_index(int i) const { in has_index() function362 assert(!has_index(i)); in create_index()
652 if (!rootmap->has_index(start_unanchored())) in MarkSuccessors()654 if (!rootmap->has_index(start())) in MarkSuccessors()678 if (!predmap->has_index(out)) { in MarkSuccessors()692 if (!rootmap->has_index(ip->out())) in MarkSuccessors()723 if (id != root && rootmap->has_index(id)) { in MarkDominator()759 if (predmap->has_index(id)) { in MarkDominator()764 if (!rootmap->has_index(id)) in MarkDominator()786 if (id != root && rootmap->has_index(id)) { in EmitList()
226 if (q->has_index(id)) { in AddToThreadq()682 if (!fanout->has_index(ip->out())) { in Fanout()
346 if (count.has_index(j)) { in PropagateMatch()
229 bool has_index = false; in GetLocationsForVariable() local254 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()258 has_index = true; in GetLocationsForVariable()357 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
215 void FieldGenerator::SetRuntimeHasBit(int has_index) { in SetRuntimeHasBit() argument216 variables_["has_index"] = StrCat(has_index); in SetRuntimeHasBit()
77 void SetRuntimeHasBit(int has_index);
238 bool has_index = !is_shared_or_scratch; in ntq_emit_tmu_general() local248 offset_src = 0 + has_index; in ntq_emit_tmu_general()250 offset_src = 1 + has_index; in ntq_emit_tmu_general()252 offset_src = 0 + has_index; in ntq_emit_tmu_general()338 ntq_get_src(c, instr->src[1 + has_index], 0); in ntq_emit_tmu_general()342 data = ntq_get_src(c, instr->src[2 + has_index], in ntq_emit_tmu_general()
19 bool has_index = 3; field
712 if request_entry.has_index { in handle_request()
1201 * libelfP.h (struct Elf): Remove unused ar.has_index field.