Home
last modified time | relevance | path

Searched refs:inst_count_ (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h208 int inst_count(InstOp op) { return inst_count_[op]; } in inst_count()
414 int inst_count_[kNumInst]; // count of instructions by opcode variable
Dprog.cc601 inst_count_[i] = 0; in Flatten()
609 inst_count_[ip->opcode()]++; in Flatten()
614 total += inst_count_[i]; in Flatten()