Searched refs:isProfitableLSRChainElement (Results 1 – 7 of 7) sorted by relevance
179 bool isProfitableLSRChainElement(Instruction *I);
1009 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function in ARMTTIImpl
620 bool isProfitableLSRChainElement(Instruction *I) const;1493 virtual bool isProfitableLSRChainElement(Instruction *I) = 0;1851 bool isProfitableLSRChainElement(Instruction *I) override { in isProfitableLSRChainElement() function1852 return Impl.isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
216 bool isProfitableLSRChainElement(Instruction *I) const { return false; } in isProfitableLSRChainElement() function
350 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const { in isProfitableLSRChainElement() function in TargetTransformInfo351 return TTIImpl->isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
329 bool isProfitableLSRChainElement(Instruction *I) { in isProfitableLSRChainElement() function330 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I); in isProfitableLSRChainElement()
2903 if (TTI.isProfitableLSRChainElement(Chain.Incs[0].UserInst)) in isProfitableChain()2907 if (TTI.isProfitableLSRChainElement(Inc.UserInst)) in isProfitableChain()