Searched refs:AccIntAdd (Results 1 – 1 of 1) sorted by relevance
109 Instruction *AccIntAdd; // The accumulating integer add statement, member114 Reduction (PHINode *P, Instruction *Acc) : Phi(P), AccIntAdd(Acc) { }; in Reduction()436 Instruction *InsertAfter = Reduction.AccIntAdd; in InsertParallelMACs()453 Reduction.AccIntAdd->replaceAllUsesWith(Acc); in InsertParallelMACs()495 dbgs() << "-> "; R.AccIntAdd->dump(); in MatchReductions()517 Instruction *Acc = R.AccIntAdd; in MatchParallelMACSequences()