Home
last modified time | relevance | path

Searched defs:ReductionInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1290 struct ReductionInfo { struct
1291 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo() function
1299 ReductionInfo(Value *PrivateVariable) in ReductionInfo() argument
1305 Type *ElementType;
1308 Value *Variable;
1311 Value *PrivateVariable;
1314 EvalKind EvaluationKind;
1319 ReductionGenCBTy ReductionGen;
1324 ReductionGenClangCBTy ReductionGenClang;
1330 ReductionGenAtomicCBTy AtomicReductionGen;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp262 MapVector<Instruction *, std::pair<PHINode *, Instruction *>> ReductionInfo; member in __anon87c1be940111::ComplexDeinterleavingGraph