Searched refs:reductionVariableMap (Results 1 – 1 of 1) sorted by relevance
733 DenseMap<Value, llvm::Value *> reductionVariableMap; in convertOmpWsLoop() local745 reductionVariableMap.try_emplace(loop.reduction_vars()[i], var); in convertOmpWsLoop()753 moduleTranslation, reductionVariableMap); in convertOmpWsLoop()1239 const DenseMap<Value, llvm::Value *> *reductionVariableMap = nullptr; in convertOmpReductionOp() local1242 reductionVariableMap = &frame.mapping; in convertOmpReductionOp()1245 assert(reductionVariableMap && "couldn't find private reduction variables"); in convertOmpReductionOp()1251 reductionVariableMap->lookup(reductionOp.accumulator()); in convertOmpReductionOp()