Searched refs:LoopHasReductions (Results 1 – 6 of 6) sorted by relevance
97 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
87 bool enableAggressiveInterleaving(bool LoopHasReductions);
816 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument821 return LoopHasReductions; in enableAggressiveInterleaving()
748 bool enableAggressiveInterleaving(bool LoopHasReductions) const;1544 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;1956 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument1957 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
317 bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument
490 bool LoopHasReductions) const { in enableAggressiveInterleaving()491 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()