Searched refs:LoopHasReductions (Results 1 – 6 of 6) sorted by relevance
102 bool enableAggressiveInterleaving(bool LoopHasReductions) const override { in enableAggressiveInterleaving() argument
88 bool enableAggressiveInterleaving(bool LoopHasReductions) const override;
431 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving()436 return LoopHasReductions; in enableAggressiveInterleaving()
658 bool LoopHasReductions) const { in enableAggressiveInterleaving()659 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
983 LLVM_ABI bool enableAggressiveInterleaving(bool LoopHasReductions) const;
476 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument