Searched defs:ReductionInfo (Results 1 – 2 of 2) sorted by relevance
1290 struct ReductionInfo { struct1291 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo() function1299 ReductionInfo(Value *PrivateVariable) in ReductionInfo() argument1305 Type *ElementType;1308 Value *Variable;1311 Value *PrivateVariable;1314 EvalKind EvaluationKind;1319 ReductionGenCBTy ReductionGen;1324 ReductionGenClangCBTy ReductionGenClang;1330 ReductionGenAtomicCBTy AtomicReductionGen;
262 MapVector<Instruction *, std::pair<PHINode *, Instruction *>> ReductionInfo; member in __anon87c1be940111::ComplexDeinterleavingGraph