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

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h81 bool enableAggressiveInterleaving(bool LoopHasReductions);
H A DPPCTargetTransformInfo.cpp195 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { argument
196 return LoopHasReductions;
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h347 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
554 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
677 bool enableAggressiveInterleaving(bool LoopHasReductions) override {
678 return Impl.enableAggressiveInterleaving(LoopHasReductions);
H A DTargetTransformInfoImpl.h240 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } argument
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp150 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const {
151 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions);

Completed in 245 milliseconds