Searched refs:ProcessedReal (Results 1 – 1 of 1) sorted by relevance
1195 std::vector<bool> ProcessedReal(RealMuls.size(), false); in identifyMultiplications() local1199 if (ProcessedReal[PMI.RealIdx] || ProcessedImag[PMI.ImagIdx]) in identifyMultiplications()1278 ProcessedReal[PMI.RealIdx] = true; in identifyMultiplications()1283 if (!all_of(ProcessedReal, [](bool V) { return V; }) || in identifyMultiplications()1290 for (size_t i = 0; i < ProcessedReal.size(); ++i) { in identifyMultiplications()1291 if (!ProcessedReal[i]) in identifyMultiplications()