Searched refs:inst_count_ (Results 1 – 2 of 2) sorted by relevance
208 int inst_count(InstOp op) { return inst_count_[op]; } in inst_count()414 int inst_count_[kNumInst]; // count of instructions by opcode variable
601 inst_count_[i] = 0; in Flatten()609 inst_count_[ip->opcode()]++; in Flatten()614 total += inst_count_[i]; in Flatten()