Searched refs:LoopHasReductions (Results 1 – 6 of 6) sorted by relevance
65 bool enableAggressiveInterleaving(bool LoopHasReductions);
231 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument239 return LoopHasReductions; in enableAggressiveInterleaving()
95 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
577 bool enableAggressiveInterleaving(bool LoopHasReductions) const;1094 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;1368 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument1369 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
308 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } in enableAggressiveInterleaving() argument
258 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving()259 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()