Searched refs:LoopHasReductions (Results 1 – 5 of 5) sorted by relevance
347 bool enableAggressiveInterleaving(bool LoopHasReductions) const;554 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;677 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument678 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
240 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } in enableAggressiveInterleaving() argument
195 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument196 return LoopHasReductions; in enableAggressiveInterleaving()
81 bool enableAggressiveInterleaving(bool LoopHasReductions);
150 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving()151 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()