Searched refs:LoopHasReductions (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h69 bool enableAggressiveInterleaving(bool LoopHasReductions);
H A DPPCTargetTransformInfo.cpp206 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { argument
214 return LoopHasReductions;
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp177 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const {
178 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions);
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h377 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
668 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
835 bool enableAggressiveInterleaving(bool LoopHasReductions) override {
836 return Impl.enableAggressiveInterleaving(LoopHasReductions);
H A DTargetTransformInfoImpl.h241 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } argument

Completed in 49 milliseconds