HomeSort by relevance Sort by last modified time
    Searched refs:Reductions (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 212 // The set of all reductions, and state tracking of possible reductions
222 // Setup to track possible reductions corresponding to the provided
223 // rerolling scale. Only reductions with a number of non-PHI instructions
226 // - A set of all possible instructions in eligible reductions.
227 // - A set of all PHIs in eligible reductions
228 // - A set of all reduced values (last instructions) in eligible reductions.
254 // Are the two instructions both from reductions, and furthermore, from
280 "Recording pair from different reductions?");
286 // instructions in the loop, and we know which reductions were selected
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 548 /// This enum represents the kinds of reductions that we support.
664 /// of the reductions that were found in the loop.
680 ReductionList *getReductionVars() { return &Reductions; }
804 ReductionList Reductions;
    [all...]

Completed in 47 milliseconds