HomeSort by: relevance | last modified time | path
    Searched refs:ReductionOperations (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp 870 SmallVector<Instruction *, 4> ReductionOperations;
930 ReductionOperations.push_back(Cur);
934 ReductionOperations.push_back(Cur);
935 return ReductionOperations;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 7870 SmallVector<Instruction *, 4> ReductionOperations =
7872 bool InLoop = !ReductionOperations.empty();
7874 InLoopReductionChains[Phi] = ReductionOperations;
7877 for (auto *I : ReductionOperations) {
9021 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second;
9024 for (auto &R : ReductionOperations) {
9308 const SmallVector<Instruction *, 4> &ReductionOperations = Reduction.second;
9310 // ReductionOperations are orders top-down from the phi's use to the
9315 for (Instruction *R : ReductionOperations) {

Completed in 59 milliseconds