Searched refs:LoopHasReductions (Results 1 – 6 of 6) sorted by relevance
98 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
90 bool enableAggressiveInterleaving(bool LoopHasReductions);
430 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument435 return LoopHasReductions; in enableAggressiveInterleaving()
778 bool enableAggressiveInterleaving(bool LoopHasReductions) const;1692 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;2182 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument2183 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
356 bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument
542 bool LoopHasReductions) const { in enableAggressiveInterleaving()543 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()