Searched refs:enableAggressiveInterleaving (Results 1 – 7 of 7) sorted by relevance
102 bool enableAggressiveInterleaving(bool LoopHasReductions) const override { in enableAggressiveInterleaving() function
88 bool enableAggressiveInterleaving(bool LoopHasReductions) const override;
431 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() function in PPCTTIImpl
657 bool TargetTransformInfo::enableAggressiveInterleaving( in enableAggressiveInterleaving() function in TargetTransformInfo659 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
983 LLVM_ABI bool enableAggressiveInterleaving(bool LoopHasReductions) const;
476 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() function
4791 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()