Home
last modified time | relevance | path

Searched refs:ReductionList (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2895 Address ReductionList = in emitReduction() local
2901 CGF.Builder.CreateConstArrayGEP(ReductionList, Idx, CGF.getPointerSize()); in emitReduction()
2909 Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx, in emitReduction()
2939 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(ReductionList.getPointer(), in emitReduction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1198 typedef DenseMap<PHINode *, RecurrenceDescriptor> ReductionList; typedef in __anon63bf7e8f0111::LoopVectorizationLegality
1213 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars()
1371 ReductionList Reductions;