HomeSort by: relevance | last modified time | path
    Searched defs:Reductions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 262 /// of the reductions that were found in the loop.
270 /// inductions and reductions.
291 ReductionList &getReductionVars() { return Reductions; }
319 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); }
505 ReductionList Reductions;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 266 // The set of all reductions, and state tracking of possible reductions
274 // Setup to track possible reductions corresponding to the provided
275 // rerolling scale. Only reductions with a number of non-PHI instructions
278 // - A set of all possible instructions in eligible reductions.
279 // - A set of all PHIs in eligible reductions
281 // reductions.
306 // Are the two instructions both from reductions, and furthermore, from
332 "Recording pair from different reductions?");
338 // instructions in the loop, and we know which reductions were selected
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 120 llvm::Value *Reductions = nullptr;
1491 /// state, list of privates, reductions etc.
1508 /// \param RCG Allows to reuse an existing data for the reductions.
2333 /// state, list of privates, reductions etc.
2351 /// \param RCG Allows to reuse an existing data for the reductions.

Completed in 38 milliseconds