Searched refs:ProcessedReal (Results 1 – 1 of 1) sorted by relevance
1359 std::vector<bool> ProcessedReal(RealMuls.size(), false); in identifyMultiplications() local1363 if (ProcessedReal[PMI.RealIdx] || ProcessedImag[PMI.ImagIdx]) in identifyMultiplications()1442 ProcessedReal[PMI.RealIdx] = true; in identifyMultiplications()1447 if (!all_of(ProcessedReal, [](bool V) { return V; }) || in identifyMultiplications()1454 for (size_t i = 0; i < ProcessedReal.size(); ++i) { in identifyMultiplications()1455 if (!ProcessedReal[i]) in identifyMultiplications()