Searched refs:isProfitableLSRChainElement (Results 1 – 7 of 7) sorted by relevance
179 bool isProfitableLSRChainElement(Instruction *I);
1004 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
620 bool isProfitableLSRChainElement(Instruction *I) const;1504 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;1862 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function1863 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
216 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
354 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo355 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
329 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function330 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
2871 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()2875 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()