Searched defs:Reduction (Results 1 – 9 of 9) sorted by relevance
99 struct Reduction { struct100 PHINode *Phi; // The Phi-node from where we start102 Instruction *AccIntAdd; // The accumulating integer add statement,105 OpChainList MACCandidates; // The MAC candidates associated with107 Reduction (PHINode *P, Instruction *Acc) : Phi(P), AccIntAdd(Acc) { }; in Reduction() argument385 bool ARMParallelDSP::InsertParallelMACs(Reduction &Reduction, in InsertParallelMACs() argument
149 unsigned Reduction = 0; in CountCodeReductionForConstant() local203 unsigned Reduction = 0; in CountCodeReductionForAlloca() local
43 class Reduction(Enum): class
494 class Reduction; variable
24 class Reduction; variable
72 typedef EffectGraphReducer::Reduction Reduction; typedef in v8::internal::compiler::ReduceScope
39 class Reduction(object): class
403 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitInitWithReductionInitializer() local
4211 std::pair<llvm::Function *, llvm::Function *> Reduction = in emitReductionCombiner() local