Searched refs:LoopHasReductions (Results 1 – 6 of 6) sorted by relevance
96 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
88 bool enableAggressiveInterleaving(bool LoopHasReductions);
428 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument433 return LoopHasReductions; in enableAggressiveInterleaving()
891 bool enableAggressiveInterleaving(bool LoopHasReductions) const;1883 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;2415 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument2416 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
370 bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument
594 bool LoopHasReductions) const { in enableAggressiveInterleaving()595 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()