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()
921 bool enableAggressiveInterleaving(bool LoopHasReductions) const;1951 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;2506 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument2507 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
390 bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument
620 bool LoopHasReductions) const { in enableAggressiveInterleaving()621 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()