Searched refs:BrokenReductions (Results 1 – 2 of 2) sorted by relevance
144 IslAstInfo::MemoryAccessSet *BrokenReductions; in getBrokenReductionsStr() local147 BrokenReductions = IslAstInfo::getBrokenReductions(Node); in getBrokenReductionsStr()148 if (!BrokenReductions || BrokenReductions->empty()) in getBrokenReductionsStr()153 for (MemoryAccess *MA : *BrokenReductions) in getBrokenReductionsStr()246 NodeInfo->BrokenReductions.insert(MaRedPair.first); in astScheduleDimIsParallel()658 return Payload ? &Payload->BrokenReductions : nullptr; in getBrokenReductions()
108 MemoryAccessSet BrokenReductions; member