Lines Matching defs:PMI
1360 for (auto &PMI : Info) {
1361 if (ProcessedReal[PMI.RealIdx] || ProcessedImag[PMI.ImagIdx])
1364 auto It = CommonToNode.find(PMI.Common);
1370 for (auto *Mul : {&RealMuls[PMI.RealIdx], &RealMuls[PMI.RealIdx]})
1377 auto &RealMul = RealMuls[PMI.RealIdx];
1378 auto &ImagMul = ImagMuls[PMI.ImagIdx];
1381 auto NodeB = PMI.Node;
1382 auto IsMultiplicandReal = PMI.Common == NodeA->Real;
1397 if ((IsMultiplicandReal && PMI.IsNodeInverted) ||
1398 (!IsMultiplicandReal && !PMI.IsNodeInverted))
1440 ProcessedReal[PMI.RealIdx] = true;
1441 ProcessedImag[PMI.ImagIdx] = true;