Lines Matching refs:Processed
1330 std::vector<bool> Processed(Info.size(), false); in identifyMultiplications() local
1332 if (Processed[I]) in identifyMultiplications()
1337 if (Processed[J]) in identifyMultiplications()
1354 Processed[I] = true; in identifyMultiplications()
1355 Processed[J] = true; in identifyMultiplications()
1685 SmallVector<bool> Processed(ReductionInfo.size(), false); in identifyReductionNodes() local
1693 if (Processed[i]) in identifyReductionNodes()
1696 if (Processed[j]) in identifyReductionNodes()
1719 Processed[i] = true; in identifyReductionNodes()
1720 Processed[j] = true; in identifyReductionNodes()
1734 if (Processed[i] || Real->getNumOperands() < 2) in identifyReductionNodes()
1760 Processed[i] = true; in identifyReductionNodes()