Searched refs:ClausesData (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp770 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl());
775 EmitDeclareReductionInit ? ClausesData[N].ReductionOp
784 ClausesData.reserve(Shareds.size());
792 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed);
802 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared);
803 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared);
805 if (ClausesData[N].Shared == ClausesData[N].Ref) {
808 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref);
809 LValue Second = emitSharedLValueUB(CGF, ClausesData[
[all...]
H A DCGOpenMPRuntime.h147 SmallVector<ReductionData, 4> ClausesData; member in class:clang::CodeGen::ReductionCodeGen
219 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; }

Completed in 71 milliseconds