Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1195 std::vector<bool> ProcessedReal(RealMuls.size(), false); in identifyMultiplications() local
1199 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()