Lines Matching defs:count
225 spv::Op opcode, uint32_t count, bool dump) {
228 ss << "temp_" << count << ".spv";
255 uint32_t count) {
256 return InterestingWhileOpcodeExists(binary, spv::Op::OpIMul, count, false);
260 uint32_t count) {
261 return InterestingWhileOpcodeExists(binary, spv::Op::OpSDiv, count, false);
561 // Computes an instruction count for each function in the module represented by
570 uint32_t& count = result[function.result_id()] = 0;
571 function.ForEachInst([&count](opt::Instruction*) { count++; });