Lines Matching defs:count
92 void InsertInputs(Zone* zone, int index, int count);
175 void ExtractFrom(Use* use_ptr, ZoneNodePtr* input_ptr, int count);
288 void ClearInputs(int start, int count);
385 int count() const { return count_; }
389 InputEdges(ZoneNodePtr* input_root, Use* use_root, int count)
390 : input_root_(input_root), use_root_(use_root), count_(count) {}
407 int count() const { return count_; }
411 explicit Inputs(ZoneNodePtr const* input_root, int count)
412 : input_root_(input_root), count_(count) {}
462 return inputs.count() > 0 && inputs[0] == nullptr;