Searched refs:LoopHasReductions (Results 1 – 6 of 6) sorted by relevance
94 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
72 bool enableAggressiveInterleaving(bool LoopHasReductions);
560 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument568 return LoopHasReductions; in enableAggressiveInterleaving()
679 bool enableAggressiveInterleaving(bool LoopHasReductions) const;1263 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;1601 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument1602 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
326 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } in enableAggressiveInterleaving() argument
404 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving()405 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()