Searched refs:AccIntAdd (Results 1 – 1 of 1) sorted by relevance
102 Instruction *AccIntAdd; // The accumulating integer add statement, member107 Reduction (PHINode *P, Instruction *Acc) : Phi(P), AccIntAdd(Acc) { }; in Reduction()388 Instruction *InsertAfter = Reduction.AccIntAdd; in InsertParallelMACs()402 Reduction.AccIntAdd->replaceAllUsesWith(Acc); in InsertParallelMACs()444 dbgs() << "-> "; R.AccIntAdd->dump(); in MatchReductions()465 const Instruction *Acc = R.AccIntAdd; in MatchParallelMACSequences()