Searched refs:isProfitableLSRChainElement (Results 1 – 7 of 7) sorted by relevance
187 bool isProfitableLSRChainElement(Instruction *I) const override;
1109 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in ARMTTIImpl
448 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo449 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
784 LLVM_ABI bool isProfitableLSRChainElement(Instruction *I) const;
294 virtual bool isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function
503 bool isProfitableLSRChainElement(Instruction *I) const override { in isProfitableLSRChainElement() function504 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
3087 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()3091 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()