Searched defs:ReductionCalculationState (Results 1 – 1 of 1) sorted by relevance
186 struct ReductionCalculationState { struct187 llvm::GlobalVariable* shared_cache;188 llvm::Value* initial_value;212 const ReductionCalculationState& GetCalculationStateFor( in GetCalculationStateFor() argument